This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git


    from 6cc1f4f  Merge pull request #15 from apache/theta_refactor
     add 24fc3cf  HLL sketch
     add 3aa5e38  HLL sketch functions and tests
     add c5b7029  fixed include path
     new c5541a3  Merge pull request #18 from apache/hll

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:
 {kll => hll}/Makefile                              |   6 +-
 hll/README.md                                      |  35 +++++
 cpc/cpc_sketch.cpp => hll/hll_sketch.cpp           |  77 ++++++-----
 hll/sqxl/hll_sketch_agg_string.sqlx                | 145 +++++++++++++++++++++
 .../sqxl/hll_sketch_agg_union.sqlx                 |  72 +++++-----
 .../sqxl/hll_sketch_get_estimate.sqlx              |  17 +--
 .../sqxl/hll_sketch_scalar_union.sqlx              |  37 ++++--
 .../sqxl/hll_sketch_to_string.sqlx                 |  13 +-
 hll/test/hll_sketch_test.sql                       |  23 ++++
 9 files changed, 327 insertions(+), 98 deletions(-)
 copy {kll => hll}/Makefile (89%)
 create mode 100644 hll/README.md
 copy cpc/cpc_sketch.cpp => hll/hll_sketch.cpp (55%)
 create mode 100644 hll/sqxl/hll_sketch_agg_string.sqlx
 copy cpc/sqlx/cpc_sketch_agg_union.sqlx => hll/sqxl/hll_sketch_agg_union.sqlx 
(59%)
 copy kll/sqlx/kll_sketch_float_to_string.sqlx => 
hll/sqxl/hll_sketch_get_estimate.sqlx (73%)
 copy cpc/sqlx/cpc_sketch_scalar_union.sqlx => 
hll/sqxl/hll_sketch_scalar_union.sqlx (54%)
 copy kll/sqlx/kll_sketch_float_to_string.sqlx => 
hll/sqxl/hll_sketch_to_string.sqlx (77%)
 create mode 100644 hll/test/hll_sketch_test.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to