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 2019/06/13 21:21:58 UTC

[incubator-datasketches-postgresql] branch master updated (e4fdf22 -> 355f73b)

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

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


    from e4fdf22  Merge pull request #1 from apache/frequent_strings
     add d1f3b47  adapt to core API changes
     add b177b7f  fixed contruct
     add f33856d  theta draft
     add d8e4a32  small fix
     add 161af07  non-aggredate union and intersection
     add e80b587  a-not-b
     add 7be614f  support lg_k in non-aggregate union
     add c1fb335  support lg_k in non-aggregate union
     add 88381f0  support sampling probability parameter
     add 56acf85  get estimate and bounds
     add 1ec4517  merged from master
     add fcf8c6c  added theta and frequent items
     add bb1f468  new naming convention
     new 355f73b  Merge pull request #2 from apache/theta

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 META.json                          |  16 +-
 Makefile                           |   9 +-
 package.sh                         |  10 +-
 sql/datasketches_theta_sketch.sql  | 127 ++++++++++++++
 src/allocator.h                    |   4 +-
 src/kll_float_sketch_c_adapter.cpp |   7 +-
 src/theta_sketch_c_adapter.cpp     | 214 +++++++++++++++++++++++
 src/theta_sketch_c_adapter.h       |  47 +++++
 src/theta_sketch_pg_functions.c    | 340 +++++++++++++++++++++++++++++++++++++
 9 files changed, 756 insertions(+), 18 deletions(-)
 create mode 100644 sql/datasketches_theta_sketch.sql
 create mode 100644 src/theta_sketch_c_adapter.cpp
 create mode 100644 src/theta_sketch_c_adapter.h
 create mode 100644 src/theta_sketch_pg_functions.c


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


[incubator-datasketches-postgresql] 01/01: Merge pull request #2 from apache/theta

Posted by al...@apache.org.
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/incubator-datasketches-postgresql.git

commit 355f73b1e6356f9df389e50a01dc9dfd58bba3be
Merge: e4fdf22 bb1f468
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Jun 13 14:21:54 2019 -0700

    Merge pull request #2 from apache/theta
    
    Theta sketch functions

 META.json                          |  16 +-
 Makefile                           |   9 +-
 package.sh                         |  10 +-
 sql/datasketches_theta_sketch.sql  | 127 ++++++++++++++
 src/allocator.h                    |   4 +-
 src/kll_float_sketch_c_adapter.cpp |   7 +-
 src/theta_sketch_c_adapter.cpp     | 214 +++++++++++++++++++++++
 src/theta_sketch_c_adapter.h       |  47 +++++
 src/theta_sketch_pg_functions.c    | 340 +++++++++++++++++++++++++++++++++++++
 9 files changed, 756 insertions(+), 18 deletions(-)


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