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 ca7e8a6  check if version is specified, cleanup
     add aa7bc09  c++11 construct method
     add 9b0233e  CPC-specific default
     add 16374bc  hll sketch
     new e9fc68b  Merge pull request #6 from apache/hll_sketch

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                                          |  15 +-
 Makefile                                           |   7 +-
 README.md                                          |  48 ++-
 datasketches.control                               |   2 +-
 sql/datasketches_hll_sketch.sql                    | 147 +++++++++
 src/allocator.h                                    |   5 +-
 src/cpc_sketch_pg_functions.c                      |  10 +-
 src/hll_sketch_c_adapter.cpp                       | 158 ++++++++++
 ...c_sketch_c_adapter.h => hll_sketch_c_adapter.h} |  32 +-
 src/hll_sketch_pg_functions.c                      | 330 +++++++++++++++++++++
 10 files changed, 720 insertions(+), 34 deletions(-)
 create mode 100644 sql/datasketches_hll_sketch.sql
 create mode 100644 src/hll_sketch_c_adapter.cpp
 copy src/{cpc_sketch_c_adapter.h => hll_sketch_c_adapter.h} (52%)
 create mode 100644 src/hll_sketch_pg_functions.c


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

Reply via email to