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 b23791cc577e3f271a547608109569406308a936
Merge: 6f87049 49c6766
Author: Alexander Saydakov <[email protected]>
AuthorDate: Thu Oct 17 09:41:55 2024 -0700

    Merge pull request #70 from apache/use-ref
    
    use ref()

 README.md                                                      | 3 ++-
 cpc/sqlx/cpc_sketch_agg_int64.sqlx                             | 2 +-
 cpc/sqlx/cpc_sketch_agg_string.sqlx                            | 2 +-
 cpc/sqlx/cpc_sketch_agg_union.sqlx                             | 2 +-
 cpc/sqlx/cpc_sketch_get_estimate.sqlx                          | 2 +-
 cpc/sqlx/cpc_sketch_get_estimate_and_bounds.sqlx               | 2 +-
 cpc/sqlx/cpc_sketch_to_string.sqlx                             | 2 +-
 cpc/sqlx/cpc_sketch_union.sqlx                                 | 2 +-
 hll/sqlx/hll_sketch_agg_int64.sqlx                             | 2 +-
 hll/sqlx/hll_sketch_agg_string.sqlx                            | 2 +-
 hll/sqlx/hll_sketch_agg_union.sqlx                             | 2 +-
 hll/sqlx/hll_sketch_union.sqlx                                 | 2 +-
 substitute_and_run.sh                                          | 6 +++++-
 theta/sqlx/theta_sketch_a_not_b.sqlx                           | 2 +-
 theta/sqlx/theta_sketch_agg_int64.sqlx                         | 2 +-
 theta/sqlx/theta_sketch_agg_string.sqlx                        | 2 +-
 theta/sqlx/theta_sketch_agg_union.sqlx                         | 2 +-
 theta/sqlx/theta_sketch_get_estimate.sqlx                      | 2 +-
 theta/sqlx/theta_sketch_get_estimate_and_bounds.sqlx           | 2 +-
 theta/sqlx/theta_sketch_get_num_retained.sqlx                  | 2 +-
 theta/sqlx/theta_sketch_get_theta.sqlx                         | 2 +-
 theta/sqlx/theta_sketch_intersection.sqlx                      | 2 +-
 theta/sqlx/theta_sketch_jaccard_similarity.sqlx                | 2 +-
 theta/sqlx/theta_sketch_to_string.sqlx                         | 2 +-
 theta/sqlx/theta_sketch_union.sqlx                             | 2 +-
 tuple/sqlx/tuple_sketch_int64_a_not_b.sqlx                     | 2 +-
 tuple/sqlx/tuple_sketch_int64_agg_int64.sqlx                   | 2 +-
 tuple/sqlx/tuple_sketch_int64_agg_string.sqlx                  | 2 +-
 tuple/sqlx/tuple_sketch_int64_agg_union.sqlx                   | 2 +-
 tuple/sqlx/tuple_sketch_int64_filter_low_high.sqlx             | 2 +-
 tuple/sqlx/tuple_sketch_int64_from_theta_sketch.sqlx           | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_estimate.sqlx                | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_estimate_and_bounds.sqlx     | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_num_retained.sqlx            | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_sum_estimate_and_bounds.sqlx | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_theta.sqlx                   | 2 +-
 tuple/sqlx/tuple_sketch_int64_intersection.sqlx                | 2 +-
 tuple/sqlx/tuple_sketch_int64_jaccard_similarity.sqlx          | 2 +-
 tuple/sqlx/tuple_sketch_int64_to_string.sqlx                   | 2 +-
 tuple/sqlx/tuple_sketch_int64_union.sqlx                       | 2 +-
 40 files changed, 45 insertions(+), 40 deletions(-)


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

Reply via email to