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 601f65f updated version, removed Python
add f2a0876 Add get_min_item and get_max_item functions for kll float and
double sketches
new e69a478 Merge pull request #70 from mcgrawia/add-min-max-functions
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:
.gitignore | 3 +++
sql/datasketches_kll_double_sketch.sql | 8 ++++++++
sql/datasketches_kll_float_sketch.sql | 16 ++++++++++++----
src/kll_double_sketch_c_adapter.cpp | 18 ++++++++++++++++++
src/kll_double_sketch_c_adapter.h | 2 ++
src/kll_double_sketch_pg_functions.c | 26 ++++++++++++++++++++++++++
src/kll_float_sketch_c_adapter.cpp | 18 ++++++++++++++++++
src/kll_float_sketch_c_adapter.h | 2 ++
src/kll_float_sketch_pg_functions.c | 26 ++++++++++++++++++++++++++
test/kll_double_sketch_test.sql | 2 ++
test/kll_float_sketch_test.sql | 2 ++
11 files changed, 119 insertions(+), 4 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]