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

[incubator-datasketches-postgresql] branch master updated (ca7e8a6 -> e9fc68b)

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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


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

Posted by al...@apache.org.
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