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

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


    from c1eeb81  license
     add c971635  frequent strings sketch functions
     new e4fdf22  Merge pull request #1 from apache/frequent_strings

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:
 Makefile                                     |   5 +-
 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, 534 insertions(+), 2 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