This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0131d927 Automatic Site Publish by Buildbot
0131d927 is described below
commit 0131d927a4f5700300ada718b826293fc53ab9d0
Author: buildbot <[email protected]>
AuthorDate: Tue Jul 9 22:23:34 2024 +0000
Automatic Site Publish by Buildbot
---
output/docs/Architecture/SketchesByComponent.html | 78 ++++++++++++++++++-----
1 file changed, 63 insertions(+), 15 deletions(-)
diff --git a/output/docs/Architecture/SketchesByComponent.html
b/output/docs/Architecture/SketchesByComponent.html
index baf9170b..fa2ae6fd 100644
--- a/output/docs/Architecture/SketchesByComponent.html
+++ b/output/docs/Architecture/SketchesByComponent.html
@@ -868,21 +868,69 @@ them available to the PostgreSQL database users.
PostgreSQL users should downloa
<h2 id="python-sketches">Python Sketches</h2>
<h3 id="datasketches-python">datasketches-python</h3>
-<p>Files (src/*) | Description
-———————–|———————
-count_wrapper.cpp | Count-Min Sketch
-cpc_wrapper.cpp | CPC Sketch
-density_wrapper.cpp | Density Sketch
-ebpps_wrapper.cpp | EB-PPS Sampling Sketch
-fi_wrapper.cpp | Frequent Items Sketch
-hll_wrapper.cpp | HLL Sketch
-kll_wrapper.cpp | KLL Sketch
-quantiles_wrapper.cpp | Classic Quantiles Sketch
-req_wrapper.cpp | REQ Sketch
-theta_wrapper.cpp | Theta sketches
-tuple_wrapper.cpp | Tuple sketches
-vector_of_kll.cpp | KLL Vector
-vo_wrapper.cpp | VarOpt Sketch</p>
+
+<table>
+ <thead>
+ <tr>
+ <th>Files (src/*)</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>count_wrapper.cpp</td>
+ <td>Count-Min Sketch</td>
+ </tr>
+ <tr>
+ <td>cpc_wrapper.cpp</td>
+ <td>CPC Sketch</td>
+ </tr>
+ <tr>
+ <td>density_wrapper.cpp</td>
+ <td>Density Sketch</td>
+ </tr>
+ <tr>
+ <td>ebpps_wrapper.cpp</td>
+ <td>EB-PPS Sampling Sketch</td>
+ </tr>
+ <tr>
+ <td>fi_wrapper.cpp</td>
+ <td>Frequent Items Sketch</td>
+ </tr>
+ <tr>
+ <td>hll_wrapper.cpp</td>
+ <td>HLL Sketch</td>
+ </tr>
+ <tr>
+ <td>kll_wrapper.cpp</td>
+ <td>KLL Sketch</td>
+ </tr>
+ <tr>
+ <td>quantiles_wrapper.cpp</td>
+ <td>Classic Quantiles Sketch</td>
+ </tr>
+ <tr>
+ <td>req_wrapper.cpp</td>
+ <td>REQ Sketch</td>
+ </tr>
+ <tr>
+ <td>theta_wrapper.cpp</td>
+ <td>Theta sketches</td>
+ </tr>
+ <tr>
+ <td>tuple_wrapper.cpp</td>
+ <td>Tuple sketches</td>
+ </tr>
+ <tr>
+ <td>vector_of_kll.cpp</td>
+ <td>KLL Vector</td>
+ </tr>
+ <tr>
+ <td>vo_wrapper.cpp</td>
+ <td>VarOpt Sketch</td>
+ </tr>
+ </tbody>
+</table>
<h2 id="other">Other</h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]