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 464af378 Deploying to gh-pages from @ 
apache/datasketches-java@52489004263e0238e0fab8e7f676726e42bff7f2 🚀
464af378 is described below

commit 464af378965ae6a6ee652238468c92a6a3d853a6
Author: jmalkin <[email protected]>
AuthorDate: Fri Feb 21 19:12:21 2025 +0000

    Deploying to gh-pages from @ 
apache/datasketches-java@52489004263e0238e0fab8e7f676726e42bff7f2 🚀
---
 docs/main/index-all.html                           | 18 +++++------
 .../filters/bloomfilter/BloomFilter.html           | 36 +++++++++++-----------
 2 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/docs/main/index-all.html b/docs/main/index-all.html
index d2fcaeb3..b774b894 100644
--- a/docs/main/index-all.html
+++ b/docs/main/index-all.html
@@ -6048,47 +6048,47 @@ loadScripts(document, 'script');</script>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(byte%5B%5D)"
 class="member-name-link">queryAndUpdate(byte[])</a> - 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">Updates the filter with the provided byte[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(char%5B%5D)"
 class="member-name-link">queryAndUpdate(char[])</a> - 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">Updates the filter with the provided char[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(double)"
 class="member-name-link">queryAndUpdate(double)</a> - 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">Updates the filter with the provided double and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(int%5B%5D)"
 class="member-name-link">queryAndUpdate(int[])</a> - 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">Updates the filter with the provided int[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(long)"
 class="member-name-link">queryAndUpdate(long)</a> - 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">Updates the filter with the provided long and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(long%5B%5D)"
 class="member-name-link">queryAndUpdate(long[])</a> - 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">Updates the filter with the provided long[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(short%5B%5D)"
 class="member-name-link">queryAndUpdate(short[])</a> - 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">Updates the filter with the provided short[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(java.lang.String)"
 class="member-name-link">queryAndUpdate(String)</a> - 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">Updates the filter with the provided String and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 </dd>
 <dt><a 
href="org/apache/datasketches/filters/bloomfilter/BloomFilter.html#queryAndUpdate(org.apache.datasketches.memory.Memory)"
 class="member-name-link">queryAndUpdate(Memory)</a> - 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">Updates the filter with the provided Memory and
- returns the result from quering that Memory prior to the update.</div>
+ returns the result from querying that Memory prior to the update.</div>
 </dd>
 <dt><a href="org/apache/datasketches/cpc/QuickMergingValidation.html" 
class="type-name-link" title="class in 
org.apache.datasketches.cpc">QuickMergingValidation</a> - Class in <a 
href="org/apache/datasketches/cpc/package-summary.html">org.apache.datasketches.cpc</a></dt>
 <dd>
diff --git 
a/docs/main/org/apache/datasketches/filters/bloomfilter/BloomFilter.html 
b/docs/main/org/apache/datasketches/filters/bloomfilter/BloomFilter.html
index b6d3bb37..941383fd 100644
--- a/docs/main/org/apache/datasketches/filters/bloomfilter/BloomFilter.html
+++ b/docs/main/org/apache/datasketches/filters/bloomfilter/BloomFilter.html
@@ -265,55 +265,55 @@ loadScripts(document, 'script');</script>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(byte%5B%5D)" 
class="member-name-link">queryAndUpdate</a><wbr>(byte[]&nbsp;data)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided byte[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(char%5B%5D)" 
class="member-name-link">queryAndUpdate</a><wbr>(char[]&nbsp;data)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided char[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(double)" 
class="member-name-link">queryAndUpdate</a><wbr>(double&nbsp;item)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided double and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(int%5B%5D)" 
class="member-name-link">queryAndUpdate</a><wbr>(int[]&nbsp;data)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided int[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(long)" 
class="member-name-link">queryAndUpdate</a><wbr>(long&nbsp;item)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided long and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(long%5B%5D)" 
class="member-name-link">queryAndUpdate</a><wbr>(long[]&nbsp;data)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided long[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(short%5B%5D)" 
class="member-name-link">queryAndUpdate</a><wbr>(short[]&nbsp;data)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided short[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(java.lang.String)" 
class="member-name-link">queryAndUpdate</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;item)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided String and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#queryAndUpdate(org.apache.datasketches.memory.Memory)" 
class="member-name-link">queryAndUpdate</a><wbr>(org.apache.datasketches.memory.Memory&nbsp;mem)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
 <div class="block">Updates the filter with the provided Memory and
- returns the result from quering that Memory prior to the update.</div>
+ returns the result from querying that Memory prior to the update.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a href="#reset()" 
class="member-name-link">reset</a>()</code></div>
@@ -684,7 +684,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(long&nbsp;item)</span></div>
 <div class="block">Updates the filter with the provided long and
- returns the result from quering that value prior to the update.</div>
+ returns the result from querying that value prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>item</code> - an item with which to update the filter</dd>
@@ -698,7 +698,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(double&nbsp;item)</span></div>
 <div class="block">Updates the filter with the provided double and
- returns the result from quering that value prior to the update.
+ returns the result from querying that value prior to the update.
  The double is canonicalized (NaN and +/- infinity) in the call.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
@@ -713,7 +713,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;item)</span></div>
 <div class="block">Updates the filter with the provided String and
- returns the result from quering that value prior to the update.
+ returns the result from querying that value prior to the update.
  The string is converted to a byte array using UTF8 encoding.
 
  <p>Note: this will not produce the same output hash values as the <a 
href="#queryAndUpdate(char%5B%5D)"><code>queryAndUpdate(char[])</code></a>
@@ -732,7 +732,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(byte[]&nbsp;data)</span></div>
 <div class="block">Updates the filter with the provided byte[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>data</code> - an array with which to update the filter</dd>
@@ -746,7 +746,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(char[]&nbsp;data)</span></div>
 <div class="block">Updates the filter with the provided char[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>data</code> - an array with which to update the filter</dd>
@@ -760,7 +760,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(short[]&nbsp;data)</span></div>
 <div class="block">Updates the filter with the provided short[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>data</code> - an array with which to update the filter</dd>
@@ -774,7 +774,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(int[]&nbsp;data)</span></div>
 <div class="block">Updates the filter with the provided int[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>data</code> - an array with which to update the filter</dd>
@@ -788,7 +788,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(long[]&nbsp;data)</span></div>
 <div class="block">Updates the filter with the provided long[] and
- returns the result from quering that array prior to the update.</div>
+ returns the result from querying that array prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>data</code> - an array with which to update the filter</dd>
@@ -802,7 +802,7 @@ loadScripts(document, 'script');</script>
 <h3>queryAndUpdate</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">queryAndUpdate</span><wbr><span 
class="parameters">(org.apache.datasketches.memory.Memory&nbsp;mem)</span></div>
 <div class="block">Updates the filter with the provided Memory and
- returns the result from quering that Memory prior to the update.</div>
+ returns the result from querying that Memory prior to the update.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>mem</code> - an array with which to update the filter</dd>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to