You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2021/07/23 02:22:55 UTC

[datasketches-postgresql] branch 1.5.x updated: added REQ and AOD sketches

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 9adbe28  added REQ and AOD sketches
9adbe28 is described below

commit 9adbe286040cf3ef81a8f234d622fe949b95c186
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Thu Jul 22 19:22:31 2021 -0700

    added REQ and AOD sketches
---
 META.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/META.json b/META.json
index e967c58..c97c2ba 100644
--- a/META.json
+++ b/META.json
@@ -18,6 +18,11 @@
          "file": "sql/datasketches_theta_sketch.sql",
          "version": "1.5.0"
       },
+      "aod_sketch": {
+         "abstract": "Specialized Tuple sketch with an array of double values associated with each key",
+         "file": "sql/datasketches_aod_sketch.sql",
+         "version": "1.5.0"
+      },
       "hll_sketch": {
          "abstract": "HLL sketch for approximate distinct counting",
          "file": "sql/datasketches_hll_sketch.sql",
@@ -28,6 +33,11 @@
          "file": "sql/datasketches_kll_float_sketch.sql",
          "version": "1.5.0"
       },
+      "req_float_sketch": {
+         "abstract": "REQ (Relative Error Quantiles) sketch for approximating distributions of float values (quanitles, ranks, histograms)",
+         "file": "sql/datasketches_req_float_sketch.sql",
+         "version": "1.5.0"
+      },
       "frequent_strings_sketch": {
          "abstract": "frequent items sketch for approximate computation of the most frequent strings",
          "file": "sql/datasketches_frequent_strings_sketch.sql",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org