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 6ea3ff5  Merge pull request #10 from apache/update-cpc-sketch
     add f7ea683  KLL sketch
     add 492d117  fixed file name
     add ba403f2  call the right method
     add 370edaf  call the right method
     add 5f35016  get PMF
     add a570b67  get PMF
     add 02b83df  repackage just before call
     add c0f244f  get CDF
     add 989a4c3  substitute function names
     add b2f7dc5  get N
     add 546b63e  Kolmogorov-Smirnov test for KLL sketches
     new 9fe8a9f  Merge pull request #7 from apache/kll

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:
 Makefile                                           |   5 +-
 kll_sketch.cpp                                     |  88 ++++++++++++++++++
 kll_sketch_float_build.sqlx                        | 101 +++++++++++++++++++++
 kll_sketch_float_get_cdf.sqlx                      |  55 +++++++++++
 ...et_estimate.sqlx => kll_sketch_float_get_n.sqlx |  20 ++--
 kll_sketch_float_get_pmf.sqlx                      |  50 ++++++++++
 ...mate.sqlx => kll_sketch_float_get_quantile.sqlx |  21 +++--
 ...estimate.sqlx => kll_sketch_float_get_rank.sqlx |  21 +++--
 ...> kll_sketch_float_kolmogorov_smirnov_test.sqlx |  28 +++---
 kll_sketch_float_merge.sqlx                        | 101 +++++++++++++++++++++
 ..._string.sqlx => kll_sketch_float_to_string.sqlx |  10 +-
 11 files changed, 447 insertions(+), 53 deletions(-)
 create mode 100644 kll_sketch.cpp
 create mode 100644 kll_sketch_float_build.sqlx
 create mode 100644 kll_sketch_float_get_cdf.sqlx
 copy cpc_sketch_get_estimate.sqlx => kll_sketch_float_get_n.sqlx (58%)
 create mode 100644 kll_sketch_float_get_pmf.sqlx
 copy cpc_sketch_get_estimate.sqlx => kll_sketch_float_get_quantile.sqlx (55%)
 copy cpc_sketch_get_estimate.sqlx => kll_sketch_float_get_rank.sqlx (58%)
 copy cpc_sketch_get_estimate.sqlx => 
kll_sketch_float_kolmogorov_smirnov_test.sqlx (53%)
 create mode 100644 kll_sketch_float_merge.sqlx
 copy cpc_sketch_to_string.sqlx => kll_sketch_float_to_string.sqlx (72%)


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

Reply via email to