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/datasketches-postgresql.git
from c53d3b3 Merge pull request #47 from apache/serde_const
add 88436b0 quantiles double sketch
add af30b45 const serde methods
add a7f4bcf removed std::move of a const since it has no effect
add 4c3825d fixed type
add 1e378f6 quantiles double sketch
add 3b7f54d use the latest release of the core lib
add 4bb91ec updated notice
add 8cf8bbe fixed typo
new 1cfda70 Merge pull request #49 from apache/quantiles
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:
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(-)
create mode 100644 sql/datasketches_quantiles_double_sketch.sql
create mode 100644 src/quantiles_double_sketch_c_adapter.cpp
create mode 100644 src/quantiles_double_sketch_c_adapter.h
copy src/{kll_float_sketch_pg_functions.c =>
quantiles_double_sketch_pg_functions.c} (55%)
create mode 100644 test/quantiles_sketch_test.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]