This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 6435766f Deploying to gh-pages from @
apache/datasketches-java@41d71833b934b6fe80b4087df12c424cf2271f46 🚀
6435766f is described below
commit 6435766fdc8f0fd4cc8ffec3850b7546d723d6fc
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Wed Feb 5 01:20:47 2025 +0000
Deploying to gh-pages from @
apache/datasketches-java@41d71833b934b6fe80b4087df12c424cf2271f46 🚀
---
docs/main/index-all.html | 4 ++++
docs/main/member-search-index.js | 2 +-
.../org/apache/datasketches/theta/CompactSketch.html | 20 ++++++++++++++++++++
.../datasketches/theta/class-use/CompactSketch.html | 7 +++++++
4 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/docs/main/index-all.html b/docs/main/index-all.html
index 3484eb14..66c16a4a 100644
--- a/docs/main/index-all.html
+++ b/docs/main/index-all.html
@@ -8210,6 +8210,10 @@ the order they are declared.</div>
<dd>
<div class="block">Returns a single weight from the samples contained in the
sketch.</div>
</dd>
+<dt><a
href="org/apache/datasketches/theta/CompactSketch.html#wrap(byte%5B%5D)"
class="member-name-link">wrap(byte[])</a> - Static method in class
org.apache.datasketches.theta.<a
href="org/apache/datasketches/theta/CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></dt>
+<dd> </dd>
+<dt><a
href="org/apache/datasketches/theta/CompactSketch.html#wrap(byte%5B%5D,long)"
class="member-name-link">wrap(byte[], long)</a> - Static method in class
org.apache.datasketches.theta.<a
href="org/apache/datasketches/theta/CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></dt>
+<dd> </dd>
<dt><a
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#wrap(org.apache.datasketches.memory.Memory)"
class="member-name-link">wrap(Memory)</a> - Static method in class
org.apache.datasketches.filters.bloomfilter.<a
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html"
title="class in
org.apache.datasketches.filters.bloomfilter">BloomFilter</a></dt>
<dd>
<div class="block">Wraps the given Memory into this filter class.</div>
diff --git a/docs/main/member-search-index.js b/docs/main/member-search-index.js
index 165e21f7..b2eb97cd 100644
--- a/docs/main/member-search-index.js
+++ b/docs/main/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex =
[{"p":"org.apache.datasketches.common","c":"Family","l":"A_NOT_B"},{"p":"org.apache.datasketches.common","c":"Family","l":"ALPHA"},{"p":"org.apache.datasketches.tuple.adouble","c":"DoubleSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.tuple.aninteger","c":"IntegerSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.theta","c":"AnotB","l":"AnotB()","u":"%3Cinit%3E()"},{"p":"org.apache.datasketches.tuple","c":"AnotB","l":"AnotB()","u":"%3Cinit%3E()"
[...]
\ No newline at end of file
+memberSearchIndex =
[{"p":"org.apache.datasketches.common","c":"Family","l":"A_NOT_B"},{"p":"org.apache.datasketches.common","c":"Family","l":"ALPHA"},{"p":"org.apache.datasketches.tuple.adouble","c":"DoubleSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.tuple.aninteger","c":"IntegerSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.theta","c":"AnotB","l":"AnotB()","u":"%3Cinit%3E()"},{"p":"org.apache.datasketches.tuple","c":"AnotB","l":"AnotB()","u":"%3Cinit%3E()"
[...]
\ No newline at end of file
diff --git a/docs/main/org/apache/datasketches/theta/CompactSketch.html
b/docs/main/org/apache/datasketches/theta/CompactSketch.html
index e94ba6c3..5aa9c49a 100644
--- a/docs/main/org/apache/datasketches/theta/CompactSketch.html
+++ b/docs/main/org/apache/datasketches/theta/CompactSketch.html
@@ -169,6 +169,13 @@ loadScripts(document, 'script');</script>
<div class="block">gets the sketch as a compressed byte array</div>
</div>
<div class="col-first even-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"><code>static <a
href="CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></code></div>
+<div class="col-second even-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"><code><a
href="#wrap(byte%5B%5D)"
class="member-name-link">wrap</a><wbr>(byte[] bytes)</code></div>
+<div class="col-last even-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"> </div>
+<div class="col-first odd-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"><code>static <a
href="CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></code></div>
+<div class="col-second odd-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"><code><a
href="#wrap(byte%5B%5D,long)"
class="member-name-link">wrap</a><wbr>(byte[] bytes,
+ long expectedSeed)</code></div>
+<div class="col-last odd-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"> </div>
+<div class="col-first even-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"><code>static <a
href="CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></code></div>
<div class="col-second even-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4"><code><a
href="#wrap(org.apache.datasketches.memory.Memory)"
class="member-name-link">wrap</a><wbr>(org.apache.datasketches.memory.Memory srcMem)</code></div>
<div class="col-last even-row-color method-summary-table
method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Wrap takes the CompactSketch image in given Memory and
refers to it directly.</div>
@@ -324,6 +331,19 @@ loadScripts(document, 'script');</script>
</section>
</li>
<li>
+<section class="detail" id="wrap(byte[])">
+<h3>wrap</h3>
+<div class="member-signature"><span class="modifiers">public
static</span> <span class="return-type"><a href="CompactSketch.html"
title="class in
org.apache.datasketches.theta">CompactSketch</a></span> <span
class="element-name">wrap</span><wbr><span
class="parameters">(byte[] bytes)</span></div>
+</section>
+</li>
+<li>
+<section class="detail" id="wrap(byte[],long)">
+<h3>wrap</h3>
+<div class="member-signature"><span class="modifiers">public
static</span> <span class="return-type"><a href="CompactSketch.html"
title="class in
org.apache.datasketches.theta">CompactSketch</a></span> <span
class="element-name">wrap</span><wbr><span
class="parameters">(byte[] bytes,
+ long expectedSeed)</span></div>
+</section>
+</li>
+<li>
<section class="detail"
id="compact(boolean,org.apache.datasketches.memory.WritableMemory)">
<h3>compact</h3>
<div class="member-signature"><span class="modifiers">public
abstract</span> <span class="return-type"><a href="CompactSketch.html"
title="class in
org.apache.datasketches.theta">CompactSketch</a></span> <span
class="element-name">compact</span><wbr><span
class="parameters">(boolean dstOrdered,
diff --git
a/docs/main/org/apache/datasketches/theta/class-use/CompactSketch.html
b/docs/main/org/apache/datasketches/theta/class-use/CompactSketch.html
index abd7566d..4793db8c 100644
--- a/docs/main/org/apache/datasketches/theta/class-use/CompactSketch.html
+++ b/docs/main/org/apache/datasketches/theta/class-use/CompactSketch.html
@@ -197,6 +197,13 @@ loadScripts(document, 'script');</script>
<div class="block">This implements a stateless, pair-wise union
operation.</div>
</div>
<div class="col-first even-row-color"><code>static <a
href="../CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></code></div>
+<div class="col-second even-row-color"><span
class="type-name-label">CompactSketch.</span><code><a
href="../CompactSketch.html#wrap(byte%5B%5D)"
class="member-name-link">wrap</a><wbr>(byte[] bytes)</code></div>
+<div class="col-last even-row-color"> </div>
+<div class="col-first odd-row-color"><code>static <a
href="../CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></code></div>
+<div class="col-second odd-row-color"><span
class="type-name-label">CompactSketch.</span><code><a
href="../CompactSketch.html#wrap(byte%5B%5D,long)"
class="member-name-link">wrap</a><wbr>(byte[] bytes,
+ long expectedSeed)</code></div>
+<div class="col-last odd-row-color"> </div>
+<div class="col-first even-row-color"><code>static <a
href="../CompactSketch.html" title="class in
org.apache.datasketches.theta">CompactSketch</a></code></div>
<div class="col-second even-row-color"><span
class="type-name-label">CompactSketch.</span><code><a
href="../CompactSketch.html#wrap(org.apache.datasketches.memory.Memory)"
class="member-name-link">wrap</a><wbr>(org.apache.datasketches.memory.Memory srcMem)</code></div>
<div class="col-last even-row-color">
<div class="block">Wrap takes the CompactSketch image in given Memory and
refers to it directly.</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]