This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
from 3495bc6 Merge pull request #34 from apache/improve_theta_code_docs
add 5206084 tuple sketch int64
new 86088e1 Merge pull request #36 from apache/tuple_sketch_int64
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:
{theta => tuple}/Makefile | 4 +-
.../sqlx/tuple_sketch_int64_a_not_b_seed.sqlx | 19 +-
.../sqlx/tuple_sketch_int64_agg_string.sqlx | 31 ++-
...le_sketch_int64_agg_string_lgk_seed_p_mode.sqlx | 59 +++---
.../sqlx/tuple_sketch_int64_agg_union.sqlx | 27 +--
...tuple_sketch_int64_agg_union_lgk_seed_mode.sqlx | 57 ++----
.../tuple_sketch_int64_filter_low_high_seed.sqlx | 24 +--
.../tuple_sketch_int64_from_theta_sketch_seed.sqlx | 24 +--
.../sqlx/tuple_sketch_int64_get_estimate.sqlx | 25 +--
.../sqlx/tuple_sketch_int64_get_estimate_seed.sqlx | 10 +-
.../tuple_sketch_int64_intersection_seed_mode.sqlx | 21 +--
.../sqlx/tuple_sketch_int64_to_string.sqlx | 25 +--
.../sqlx/tuple_sketch_int64_to_string_seed.sqlx | 10 +-
.../sqlx/tuple_sketch_int64_union.sqlx | 27 +--
.../tuple_sketch_int64_union_lgk_seed_mode.sqlx | 15 +-
tuple/test/tuple_sketch_int_test.sql | 89 +++++++++
tuple/tuple_sketch_int64.cpp | 210 +++++++++++++++++++++
17 files changed, 426 insertions(+), 251 deletions(-)
copy {theta => tuple}/Makefile (93%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_a_not_b_seed.sqlx (65%)
copy theta/sqlx/theta_sketch_agg_string.sqlx =>
tuple/sqlx/tuple_sketch_int64_agg_string.sqlx (52%)
copy theta/sqlx/theta_sketch_agg_string_lgk_seed_p.sqlx =>
tuple/sqlx/tuple_sketch_int64_agg_string_lgk_seed_p_mode.sqlx (61%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_agg_union.sqlx (56%)
copy cpc/sqlx/cpc_sketch_agg_union.sqlx =>
tuple/sqlx/tuple_sketch_int64_agg_union_lgk_seed_mode.sqlx (57%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_filter_low_high_seed.sqlx (59%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_from_theta_sketch_seed.sqlx (59%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_get_estimate.sqlx (60%)
copy hll/sqlx/hll_sketch_get_estimate.sqlx =>
tuple/sqlx/tuple_sketch_int64_get_estimate_seed.sqlx (72%)
copy kll/sqlx/kll_sketch_float_to_string.sqlx =>
tuple/sqlx/tuple_sketch_int64_intersection_seed_mode.sqlx (62%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_to_string.sqlx (60%)
copy hll/sqlx/hll_sketch_to_string.sqlx =>
tuple/sqlx/tuple_sketch_int64_to_string_seed.sqlx (71%)
copy kll/sqlx/kll_sketch_float_get_n.sqlx =>
tuple/sqlx/tuple_sketch_int64_union.sqlx (56%)
copy cpc/sqlx/cpc_sketch_scalar_union.sqlx =>
tuple/sqlx/tuple_sketch_int64_union_lgk_seed_mode.sqlx (65%)
create mode 100644 tuple/test/tuple_sketch_int_test.sql
create mode 100644 tuple/tuple_sketch_int64.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]