This is an automated email from the ASF dual-hosted git repository.
alsay pushed a change to branch null_handling
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
from 7d3273d tolerate nulls in scalar functions
add 250ce83 fixed null handling in scalar functions
No new revisions were added by this update.
Summary of changes:
cpc/sqlx/cpc_sketch_get_estimate_and_bounds_seed.sqlx | 2 +-
cpc/sqlx/cpc_sketch_get_estimate_seed.sqlx | 2 +-
cpc/sqlx/cpc_sketch_to_string_seed.sqlx | 2 +-
cpc/sqlx/cpc_sketch_union_lgk_seed.sqlx | 14 ++++++++++----
cpc/test/cpc_sketch_test.js | 15 +++++++++++++--
hll/sqlx/hll_sketch_get_estimate.sqlx | 2 +-
hll/sqlx/hll_sketch_get_estimate_and_bounds.sqlx | 2 +-
hll/sqlx/hll_sketch_to_string.sqlx | 2 +-
hll/sqlx/hll_sketch_union_lgk_type.sqlx | 10 ++++++++--
hll/test/hll_sketch_test.js | 9 +++++++--
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_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_to_string.sqlx | 2 +-
req/sqlx/req_sketch_float_get_cdf.sqlx | 2 +-
req/sqlx/req_sketch_float_get_max_value.sqlx | 2 +-
req/sqlx/req_sketch_float_get_min_value.sqlx | 2 +-
req/sqlx/req_sketch_float_get_n.sqlx | 2 +-
req/sqlx/req_sketch_float_get_num_retained.sqlx | 2 +-
req/sqlx/req_sketch_float_get_pmf.sqlx | 2 +-
req/sqlx/req_sketch_float_get_quantile.sqlx | 2 +-
req/sqlx/req_sketch_float_get_rank.sqlx | 2 +-
req/sqlx/req_sketch_float_get_rank_lower_bound.sqlx | 2 +-
req/sqlx/req_sketch_float_get_rank_upper_bound.sqlx | 2 +-
req/sqlx/req_sketch_float_to_string.sqlx | 2 +-
tdigest/sqlx/tdigest_double_get_max_value.sqlx | 2 +-
tdigest/sqlx/tdigest_double_get_min_value.sqlx | 2 +-
tdigest/sqlx/tdigest_double_get_quantile.sqlx | 2 +-
tdigest/sqlx/tdigest_double_get_rank.sqlx | 2 +-
tdigest/sqlx/tdigest_double_get_total_weight.sqlx | 2 +-
tdigest/sqlx/tdigest_double_to_string.sqlx | 2 +-
theta/sqlx/theta_sketch_a_not_b_seed.sqlx | 3 ++-
.../theta_sketch_get_estimate_and_bounds_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_get_estimate_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_get_num_retained_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_get_theta_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_intersection_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_jaccard_similarity_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_to_string_seed.sqlx | 2 +-
theta/sqlx/theta_sketch_union_lgk_seed.sqlx | 19 ++++++++++---------
theta/test/theta_sketch_test.js | 16 +++++++++++++---
48 files changed, 104 insertions(+), 64 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]