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 3d3527369bdc0f968890ca9f89cb0561bdbd2bde Merge: f9216ec c28e4ff Author: Alexander Saydakov <[email protected]> AuthorDate: Sat Oct 19 09:42:11 2024 -0700 Merge pull request #73 from apache/avoid_name_clash avoid clash in BQ and consistency with common prefix in function names kll/Makefile | 2 +- kll/{kll_sketch.cpp => kll_sketch_float.cpp} | 0 kll/sqlx/kll_sketch_float_build.sqlx | 4 ++-- kll/sqlx/kll_sketch_float_get_cdf.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_max_value.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_min_value.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_n.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_normalized_rank_error.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_num_retained.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_pmf.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_quantile.sqlx | 2 +- kll/sqlx/kll_sketch_float_get_rank.sqlx | 2 +- kll/sqlx/kll_sketch_float_kolmogorov_smirnov.sqlx | 2 +- kll/sqlx/kll_sketch_float_merge.sqlx | 4 ++-- kll/sqlx/kll_sketch_float_to_string.sqlx | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
