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 c6ea528  Merge pull request #31 from mmusnjak/fix-archive-url
     add 1f88a5d  array of doubles sketch
     add 6f70a97  aod sketch to kll function
     add d2fa89e  students t test using boost
     add 8855903  means and variances
     add cf40e8e  adjusted to use the latest code
     add 7657273  combine in the specified order
     new 4c771ca  Merge pull request #30 from apache/aod_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:
 Makefile                                |  19 +-
 sql/datasketches_aod_sketch.sql         | 191 +++++++++++
 src/allocator.h                         |   7 +-
 src/aod_sketch_c_adapter.cpp            | 393 +++++++++++++++++++++
 src/aod_sketch_c_adapter.h              |  69 ++++
 src/aod_sketch_pg_functions.c           | 587 ++++++++++++++++++++++++++++++++
 src/cpc_sketch_c_adapter.h              |   7 +-
 src/frequent_strings_sketch_c_adapter.h |   7 +-
 src/hll_sketch_c_adapter.h              |   7 +-
 src/kll_float_sketch_c_adapter.h        |   9 +-
 src/kll_float_sketch_pg_functions.c     |   1 -
 src/{global_hooks.c => ptr_with_size.h} |  20 +-
 src/theta_sketch_c_adapter.h            |   7 +-
 13 files changed, 1274 insertions(+), 50 deletions(-)
 create mode 100644 sql/datasketches_aod_sketch.sql
 create mode 100644 src/aod_sketch_c_adapter.cpp
 create mode 100644 src/aod_sketch_c_adapter.h
 create mode 100644 src/aod_sketch_pg_functions.c
 copy src/{global_hooks.c => ptr_with_size.h} (75%)


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

Reply via email to