This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
commit 9fe8a9f3c06345d5881c37e4e00791a586966d1e Merge: 6ea3ff5 546b63e Author: Alexander Saydakov <[email protected]> AuthorDate: Mon Aug 19 09:44:29 2024 -0700 Merge pull request #7 from apache/kll KLL sketch Makefile | 5 +- kll_sketch.cpp | 88 ++++++++++++++++++++++ kll_sketch_float_build.sqlx | 101 ++++++++++++++++++++++++++ kll_sketch_float_get_cdf.sqlx | 55 ++++++++++++++ Makefile => kll_sketch_float_get_n.sqlx | 49 ++++++------- kll_sketch_float_get_pmf.sqlx | 50 +++++++++++++ kll_sketch_float_get_quantile.sqlx | 41 +++++++++++ kll_sketch_float_get_rank.sqlx | 41 +++++++++++ kll_sketch_float_kolmogorov_smirnov_test.sqlx | 38 ++++++++++ kll_sketch_float_merge.sqlx | 101 ++++++++++++++++++++++++++ Makefile => kll_sketch_float_to_string.sqlx | 49 ++++++------- 11 files changed, 561 insertions(+), 57 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
