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 3d44d925 Deploying to gh-pages from @ 
apache/datasketches-java@04cb5e68fc3546e1a34c8bec26f0c5c16ca47e64 🚀
3d44d925 is described below

commit 3d44d9256679386372ba15f056786cbd1b0d1e14
Author: leerho <[email protected]>
AuthorDate: Wed Apr 3 23:04:09 2024 +0000

    Deploying to gh-pages from @ 
apache/datasketches-java@04cb5e68fc3546e1a34c8bec26f0c5c16ca47e64 🚀
---
 docs/master/index-all.html                         |   4 ++
 docs/master/member-search-index.js                 |   2 +-
 docs/master/member-search-index.zip                | Bin 17405 -> 17417 bytes
 .../apache/datasketches/kll/KllDoublesSketch.html  |  70 ++++++++++++++-------
 docs/master/package-search-index.zip               | Bin 374 -> 374 bytes
 docs/master/type-search-index.zip                  | Bin 1663 -> 1663 bytes
 6 files changed, 54 insertions(+), 22 deletions(-)

diff --git a/docs/master/index-all.html b/docs/master/index-all.html
index 75910c21..9abf5633 100644
--- a/docs/master/index-all.html
+++ b/docs/master/index-all.html
@@ -7027,6 +7027,10 @@ $('.navPadding').css('padding-top', 
$('.fixedNav').css("height"));
 <dd>
 <div class="block">Present this sketch with the given double (or float) 
datum.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/datasketches/kll/KllDoublesSketch.html#update(double%5B%5D,int,int)">update(double[],
 int, int)</a></span> - Method in class org.apache.datasketches.kll.<a 
href="org/apache/datasketches/kll/KllDoublesSketch.html" title="class in 
org.apache.datasketches.kll">KllDoublesSketch</a></dt>
+<dd>
+<div class="block">Vector update.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html#update(double,double%5B%5D)">update(double,
 double[])</a></span> - Method in class 
org.apache.datasketches.tuple.arrayofdoubles.<a 
href="org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html"
 title="class in 
org.apache.datasketches.tuple.arrayofdoubles">ArrayOfDoublesUpdatableSketch</a></dt>
 <dd>
 <div class="block">Updates this sketch with a double key and double 
values.</div>
diff --git a/docs/master/member-search-index.js 
b/docs/master/member-search-index.js
index e2d94ae7..9da4833b 100644
--- a/docs/master/member-search-index.js
+++ b/docs/master/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()","url":"%3Cinit%3E()"},{"p":"org.apache.datasketches.tuple","c":"AnotB","l":"AnotB()","url":"%3Cinit%3
 [...]
\ 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()","url":"%3Cinit%3E()"},{"p":"org.apache.datasketches.tuple","c":"AnotB","l":"AnotB()","url":"%3Cinit%3
 [...]
\ No newline at end of file
diff --git a/docs/master/member-search-index.zip 
b/docs/master/member-search-index.zip
index 008296ab..66835d59 100644
Binary files a/docs/master/member-search-index.zip and 
b/docs/master/member-search-index.zip differ
diff --git a/docs/master/org/apache/datasketches/kll/KllDoublesSketch.html 
b/docs/master/org/apache/datasketches/kll/KllDoublesSketch.html
index aabb0b36..846c2abe 100644
--- a/docs/master/org/apache/datasketches/kll/KllDoublesSketch.html
+++ b/docs/master/org/apache/datasketches/kll/KllDoublesSketch.html
@@ -27,7 +27,7 @@
     catch(err) {
     }
 //-->
-var data = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":9,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":9,"i24":9};
+var data = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":9,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":9,"i25":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -385,13 +385,22 @@ implements <a 
href="../quantilescommon/QuantilesDoublesAPI.html" title="interfac
 </tr>
 <tr id="i22" class="altColor">
 <td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(double%5B%5D,int,int)">update</a></span>&#8203;(double[]&nbsp;items,
+      int&nbsp;offset,
+      int&nbsp;length)</code></th>
+<td class="colLast">
+<div class="block">Vector update.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(double,long)">update</a></span>&#8203;(double&nbsp;item,
       long&nbsp;weight)</code></th>
 <td class="colLast">
 <div class="block">Weighted update.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>static <a href="KllDoublesSketch.html" title="class 
in org.apache.datasketches.kll">KllDoublesSketch</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#wrap(org.apache.datasketches.memory.Memory)">wrap</a></span>&#8203;(org.apache.datasketches.memory.Memory&nbsp;srcMem)</code></th>
 <td class="colLast">
@@ -399,7 +408,7 @@ implements <a 
href="../quantilescommon/QuantilesDoublesAPI.html" title="interfac
  that originated from this sketch.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>static <a href="KllDoublesSketch.html" title="class 
in org.apache.datasketches.kll">KllDoublesSketch</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#writableWrap(org.apache.datasketches.memory.WritableMemory,org.apache.datasketches.memory.MemoryRequestServer)">writableWrap</a></span>&#8203;(org.apache.datasketches.memory.WritableMemory&nbsp;srcMem,
             
org.apache.datasketches.memory.MemoryRequestServer&nbsp;memReqSvr)</code></th>
@@ -875,23 +884,6 @@ implements <a 
href="../quantilescommon/QuantilesDoublesAPI.html" title="interfac
 </dl>
 </li>
 </ul>
-<a id="getSortedView()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getSortedView</h4>
-<pre class="methodSignature">public&nbsp;<a 
href="../quantilescommon/DoublesSketchSortedView.html" title="class in 
org.apache.datasketches.quantilescommon">DoublesSketchSortedView</a>&nbsp;getSortedView()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../quantilescommon/QuantilesDoublesAPI.html#getSortedView()">QuantilesDoublesAPI</a></code></span></div>
-<div class="block">Gets the sorted view of this sketch</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../quantilescommon/QuantilesDoublesAPI.html#getSortedView()">getSortedView</a></code>&nbsp;in
 interface&nbsp;<code><a href="../quantilescommon/QuantilesDoublesAPI.html" 
title="interface in 
org.apache.datasketches.quantilescommon">QuantilesDoublesAPI</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the sorted view of this sketch</dd>
-</dl>
-</li>
-</ul>
 <a id="iterator()">
 <!--   -->
 </a>
@@ -1004,7 +996,7 @@ implements <a 
href="../quantilescommon/QuantilesDoublesAPI.html" title="interfac
 <a id="update(double,long)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>update</h4>
 <pre 
class="methodSignature">public&nbsp;void&nbsp;update&#8203;(double&nbsp;item,
@@ -1017,6 +1009,42 @@ implements <a 
href="../quantilescommon/QuantilesDoublesAPI.html" title="interfac
 </dl>
 </li>
 </ul>
+<a id="update(double[],int,int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre 
class="methodSignature">public&nbsp;void&nbsp;update&#8203;(double[]&nbsp;items,
+                   int&nbsp;offset,
+                   int&nbsp;length)</pre>
+<div class="block">Vector update. Updates this sketch with the given array 
(vector) of items, starting at the items
+ offset for a length number of items. This is not supported for direct 
sketches.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>items</code> - the vector of items</dd>
+<dd><code>offset</code> - the starting index of the items[] array</dd>
+<dd><code>length</code> - the number of items</dd>
+</dl>
+</li>
+</ul>
+<a id="getSortedView()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getSortedView</h4>
+<pre class="methodSignature">public&nbsp;<a 
href="../quantilescommon/DoublesSketchSortedView.html" title="class in 
org.apache.datasketches.quantilescommon">DoublesSketchSortedView</a>&nbsp;getSortedView()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../quantilescommon/QuantilesDoublesAPI.html#getSortedView()">QuantilesDoublesAPI</a></code></span></div>
+<div class="block">Gets the sorted view of this sketch</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../quantilescommon/QuantilesDoublesAPI.html#getSortedView()">getSortedView</a></code>&nbsp;in
 interface&nbsp;<code><a href="../quantilescommon/QuantilesDoublesAPI.html" 
title="interface in 
org.apache.datasketches.quantilescommon">QuantilesDoublesAPI</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the sorted view of this sketch</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </section>
diff --git a/docs/master/package-search-index.zip 
b/docs/master/package-search-index.zip
index ffca4ace..aeb403c2 100644
Binary files a/docs/master/package-search-index.zip and 
b/docs/master/package-search-index.zip differ
diff --git a/docs/master/type-search-index.zip 
b/docs/master/type-search-index.zip
index 1b649f3f..945d3e66 100644
Binary files a/docs/master/type-search-index.zip and 
b/docs/master/type-search-index.zip differ


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

Reply via email to