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

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


    from 56acf85  get estimate and bounds
     add c971635  frequent strings sketch functions
     add e4fdf22  Merge pull request #1 from apache/frequent_strings
     add 1ec4517  merged from master

No new revisions were added by this update.

Summary of changes:
 Makefile                                     |   7 +-
 sql/datasketches_frequent_strings_sketch.sql |  86 ++++++++++
 src/frequent_strings_sketch_c_adapter.cpp    | 175 +++++++++++++++++++++
 src/frequent_strings_sketch_c_adapter.h      |  44 ++++++
 src/frequent_strings_sketch_pg_functions.c   | 226 +++++++++++++++++++++++++++
 5 files changed, 535 insertions(+), 3 deletions(-)
 create mode 100644 sql/datasketches_frequent_strings_sketch.sql
 create mode 100644 src/frequent_strings_sketch_c_adapter.cpp
 create mode 100644 src/frequent_strings_sketch_c_adapter.h
 create mode 100644 src/frequent_strings_sketch_pg_functions.c


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

Reply via email to