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:59 UTC

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

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