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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to