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 e4fdf22 Merge pull request #1 from apache/frequent_strings
add d1f3b47 adapt to core API changes
add b177b7f fixed contruct
add f33856d theta draft
add d8e4a32 small fix
add 161af07 non-aggredate union and intersection
add e80b587 a-not-b
add 7be614f support lg_k in non-aggregate union
add c1fb335 support lg_k in non-aggregate union
add 88381f0 support sampling probability parameter
add 56acf85 get estimate and bounds
add 1ec4517 merged from master
add fcf8c6c added theta and frequent items
add bb1f468 new naming convention
new 355f73b Merge pull request #2 from apache/theta
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:
META.json | 16 +-
Makefile | 9 +-
package.sh | 10 +-
sql/datasketches_theta_sketch.sql | 127 ++++++++++++++
src/allocator.h | 4 +-
src/kll_float_sketch_c_adapter.cpp | 7 +-
src/theta_sketch_c_adapter.cpp | 214 +++++++++++++++++++++++
src/theta_sketch_c_adapter.h | 47 +++++
src/theta_sketch_pg_functions.c | 340 +++++++++++++++++++++++++++++++++++++
9 files changed, 756 insertions(+), 18 deletions(-)
create mode 100644 sql/datasketches_theta_sketch.sql
create mode 100644 src/theta_sketch_c_adapter.cpp
create mode 100644 src/theta_sketch_c_adapter.h
create mode 100644 src/theta_sketch_pg_functions.c
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]