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/27 19:28:57 UTC

[incubator-datasketches-postgresql] 01/01: Merge pull request #6 from apache/hll_sketch

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 e9fc68bf3d8631204be521b2ab207e707f926b1a
Merge: ca7e8a6 16374bc
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Jun 27 12:28:53 2019 -0700

    Merge pull request #6 from apache/hll_sketch
    
    Hll sketch

 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 +++++++++++++++++++
 src/hll_sketch_c_adapter.h      |  52 +++++++
 src/hll_sketch_pg_functions.c   | 330 ++++++++++++++++++++++++++++++++++++++++
 10 files changed, 755 insertions(+), 19 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org