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