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:06:31 UTC

[datasketches-postgresql] branch master updated: added aod_sketch

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3212027  added aod_sketch
3212027 is described below

commit 3212027e79b1fb9927c766fcc31a3b5b86567cc1
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Thu Jul 22 19:06:13 2021 -0700

    added aod_sketch
---
 META.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/META.json b/META.json
index 7de4133..0e33a44 100644
--- a/META.json
+++ b/META.json
@@ -18,6 +18,11 @@
          "file": "sql/datasketches_theta_sketch.sql",
          "version": "1.6.0-SNAPSHOT"
       },
+      "aod_sketch": {
+         "abstract": "Specialized Tuple sketch with an array of double values associated with each key",
+         "file": "sql/datasketches_aod_sketch.sql",
+         "version": "1.6.0-SNAPSHOT"
+      },
       "hll_sketch": {
          "abstract": "HLL sketch for approximate distinct counting",
          "file": "sql/datasketches_hll_sketch.sql",

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