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/datasketches-postgresql.git
commit 1cfda706ea1e9b1a8c7d2152cb82c8d74faa7c05 Merge: c53d3b3 8cf8bbe Author: Alexander Saydakov <[email protected]> AuthorDate: Tue May 24 16:12:36 2022 -0700 Merge pull request #49 from apache/quantiles Quantiles Dockerfile | 2 +- META.json | 5 + Makefile | 9 +- NOTICE | 9 +- package.sh | 2 +- sql/datasketches_quantiles_double_sketch.sql | 115 +++++++++++++ src/aod_sketch_c_adapter.cpp | 2 +- src/cpc_sketch_c_adapter.cpp | 2 +- src/frequent_strings_sketch_c_adapter.cpp | 2 +- src/hll_sketch_c_adapter.cpp | 2 +- src/kll_float_sketch_c_adapter.cpp | 2 +- src/kll_float_sketch_pg_functions.c | 4 +- src/quantiles_double_sketch_c_adapter.cpp | 168 +++++++++++++++++++ src/quantiles_double_sketch_c_adapter.h | 52 ++++++ ...ns.c => quantiles_double_sketch_pg_functions.c} | 182 ++++++++++----------- src/req_float_sketch_c_adapter.cpp | 2 +- src/req_float_sketch_pg_functions.c | 4 +- test/quantiles_sketch_test.sql | 33 ++++ 18 files changed, 487 insertions(+), 110 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
