This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git

commit b23f03edb550cc076bb6943f918d7c19d3feda59
Merge: 0e3b845 f826cab
Author: Lee Rhodes <[email protected]>
AuthorDate: Sat Nov 23 11:43:04 2024 -0800

    Merge pull request #106 from danieldeleo/main
    
    Refactor directory structure to be simpler

 .gitignore                                         |  2 +-
 Makefile                                           |  8 +--
 README.md                                          | 57 +++++++++++++++++++---
 cicd/init_dataform.sh                              | 46 +++++++++++++++++
 {definitions => cicd}/unit_test_utils.js           |  2 +-
 cloudbuild.yaml                                    |  3 +-
 cpc/Makefile                                       |  4 +-
 .../cpc => cpc/sqlx}/cpc_sketch_agg_int64.sqlx     |  0
 .../sqlx}/cpc_sketch_agg_int64_lgk_seed.sqlx       |  0
 .../cpc => cpc/sqlx}/cpc_sketch_agg_string.sqlx    |  0
 .../sqlx}/cpc_sketch_agg_string_lgk_seed.sqlx      |  0
 .../cpc => cpc/sqlx}/cpc_sketch_agg_union.sqlx     |  0
 .../sqlx}/cpc_sketch_agg_union_lgk_seed.sqlx       |  0
 .../cpc => cpc/sqlx}/cpc_sketch_get_estimate.sqlx  |  0
 .../sqlx}/cpc_sketch_get_estimate_and_bounds.sqlx  |  0
 .../cpc_sketch_get_estimate_and_bounds_seed.sqlx   |  0
 .../sqlx}/cpc_sketch_get_estimate_seed.sqlx        |  0
 .../cpc => cpc/sqlx}/cpc_sketch_to_string.sqlx     |  0
 .../sqlx}/cpc_sketch_to_string_seed.sqlx           |  0
 .../cpc => cpc/sqlx}/cpc_sketch_union.sqlx         |  0
 .../sqlx}/cpc_sketch_union_lgk_seed.sqlx           |  0
 {definitions/cpc => cpc/test}/cpc_sketch_test.js   |  2 +-
 fi/Makefile                                        |  4 +-
 .../sqlx}/frequent_strings_sketch_build.sqlx       |  0
 .../sqlx}/frequent_strings_sketch_get_result.sqlx  |  0
 .../sqlx}/frequent_strings_sketch_merge.sqlx       |  0
 .../sqlx}/frequent_strings_sketch_to_string.sqlx   |  0
 .../fi => fi/test}/frequent_strings_sketch_test.js |  2 +-
 hll/Makefile                                       |  4 +-
 .../hll => hll/sqlx}/hll_sketch_agg_int64.sqlx     |  0
 .../sqlx}/hll_sketch_agg_int64_lgk_type.sqlx       |  0
 .../hll => hll/sqlx}/hll_sketch_agg_string.sqlx    |  0
 .../sqlx}/hll_sketch_agg_string_lgk_type.sqlx      |  0
 .../hll => hll/sqlx}/hll_sketch_agg_union.sqlx     |  0
 .../sqlx}/hll_sketch_agg_union_lgk_type.sqlx       |  0
 .../hll => hll/sqlx}/hll_sketch_get_estimate.sqlx  |  0
 .../sqlx}/hll_sketch_get_estimate_and_bounds.sqlx  |  0
 .../hll => hll/sqlx}/hll_sketch_to_string.sqlx     |  0
 .../hll => hll/sqlx}/hll_sketch_union.sqlx         |  0
 .../sqlx}/hll_sketch_union_lgk_type.sqlx           |  0
 {definitions/hll => hll/test}/hll_sketch_test.js   |  2 +-
 init_dataform.sh                                   | 20 --------
 kll/Makefile                                       |  4 +-
 .../kll => kll/sqlx}/kll_sketch_float_build.sqlx   |  0
 .../kll => kll/sqlx}/kll_sketch_float_build_k.sqlx |  0
 .../kll => kll/sqlx}/kll_sketch_float_get_cdf.sqlx |  0
 .../sqlx}/kll_sketch_float_get_max_value.sqlx      |  0
 .../sqlx}/kll_sketch_float_get_min_value.sqlx      |  0
 .../kll => kll/sqlx}/kll_sketch_float_get_n.sqlx   |  0
 ...kll_sketch_float_get_normalized_rank_error.sqlx |  0
 .../sqlx}/kll_sketch_float_get_num_retained.sqlx   |  0
 .../kll => kll/sqlx}/kll_sketch_float_get_pmf.sqlx |  0
 .../sqlx}/kll_sketch_float_get_quantile.sqlx       |  0
 .../sqlx}/kll_sketch_float_get_rank.sqlx           |  0
 .../sqlx}/kll_sketch_float_kolmogorov_smirnov.sqlx |  0
 .../kll => kll/sqlx}/kll_sketch_float_merge.sqlx   |  0
 .../kll => kll/sqlx}/kll_sketch_float_merge_k.sqlx |  0
 .../sqlx}/kll_sketch_float_to_string.sqlx          |  0
 .../kll => kll/test}/kll_sketch_float_test.js      |  2 +-
 req/Makefile                                       |  4 +-
 .../req => req/sqlx}/req_sketch_float_build.sqlx   |  0
 .../sqlx}/req_sketch_float_build_k_hra.sqlx        |  0
 .../req => req/sqlx}/req_sketch_float_get_cdf.sqlx |  0
 .../sqlx}/req_sketch_float_get_max_value.sqlx      |  0
 .../sqlx}/req_sketch_float_get_min_value.sqlx      |  0
 .../req => req/sqlx}/req_sketch_float_get_n.sqlx   |  0
 .../sqlx}/req_sketch_float_get_num_retained.sqlx   |  0
 .../req => req/sqlx}/req_sketch_float_get_pmf.sqlx |  0
 .../sqlx}/req_sketch_float_get_quantile.sqlx       |  0
 .../sqlx}/req_sketch_float_get_rank.sqlx           |  0
 .../req_sketch_float_get_rank_lower_bound.sqlx     |  0
 .../req_sketch_float_get_rank_upper_bound.sqlx     |  0
 .../req => req/sqlx}/req_sketch_float_merge.sqlx   |  0
 .../sqlx}/req_sketch_float_merge_k_hra.sqlx        |  0
 .../sqlx}/req_sketch_float_to_string.sqlx          |  0
 .../req => req/test}/req_sketch_float_test.js      |  2 +-
 tdigest/Makefile                                   |  4 +-
 .../sqlx}/tdigest_double_build.sqlx                |  0
 .../sqlx}/tdigest_double_build_k.sqlx              |  0
 .../sqlx}/tdigest_double_get_max_value.sqlx        |  0
 .../sqlx}/tdigest_double_get_min_value.sqlx        |  0
 .../sqlx}/tdigest_double_get_quantile.sqlx         |  0
 .../sqlx}/tdigest_double_get_rank.sqlx             |  0
 .../sqlx}/tdigest_double_get_total_weight.sqlx     |  0
 .../sqlx}/tdigest_double_merge.sqlx                |  0
 .../sqlx}/tdigest_double_merge_k.sqlx              |  0
 .../sqlx}/tdigest_double_to_string.sqlx            |  0
 .../tdigest => tdigest/test}/tdigest_test.js       |  2 +-
 theta/Makefile                                     |  4 +-
 .../theta => theta/sqlx}/theta_sketch_a_not_b.sqlx |  0
 .../sqlx}/theta_sketch_a_not_b_seed.sqlx           |  0
 .../sqlx}/theta_sketch_agg_int64.sqlx              |  0
 .../sqlx}/theta_sketch_agg_int64_lgk_seed_p.sqlx   |  0
 .../sqlx}/theta_sketch_agg_string.sqlx             |  0
 .../sqlx}/theta_sketch_agg_string_lgk_seed_p.sqlx  |  0
 .../sqlx}/theta_sketch_agg_union.sqlx              |  0
 .../sqlx}/theta_sketch_agg_union_lgk_seed.sqlx     |  0
 .../sqlx}/theta_sketch_get_estimate.sqlx           |  0
 .../theta_sketch_get_estimate_and_bounds.sqlx      |  0
 .../theta_sketch_get_estimate_and_bounds_seed.sqlx |  0
 .../sqlx}/theta_sketch_get_estimate_seed.sqlx      |  0
 .../sqlx}/theta_sketch_get_num_retained.sqlx       |  0
 .../sqlx}/theta_sketch_get_num_retained_seed.sqlx  |  0
 .../sqlx}/theta_sketch_get_theta.sqlx              |  0
 .../sqlx}/theta_sketch_get_theta_seed.sqlx         |  0
 .../sqlx}/theta_sketch_intersection.sqlx           |  0
 .../sqlx}/theta_sketch_intersection_seed.sqlx      |  0
 .../sqlx}/theta_sketch_jaccard_similarity.sqlx     |  0
 .../theta_sketch_jaccard_similarity_seed.sqlx      |  0
 .../sqlx}/theta_sketch_to_string.sqlx              |  0
 .../sqlx}/theta_sketch_to_string_seed.sqlx         |  0
 .../theta => theta/sqlx}/theta_sketch_union.sqlx   |  0
 .../sqlx}/theta_sketch_union_lgk_seed.sqlx         |  0
 .../theta => theta/test}/theta_sketch_test.js      |  2 +-
 tuple/Makefile                                     |  4 +-
 .../sqlx}/tuple_sketch_int64_a_not_b.sqlx          |  0
 .../sqlx}/tuple_sketch_int64_a_not_b_seed.sqlx     |  0
 .../sqlx}/tuple_sketch_int64_agg_int64.sqlx        |  0
 ...ple_sketch_int64_agg_int64_lgk_seed_p_mode.sqlx |  0
 .../sqlx}/tuple_sketch_int64_agg_string.sqlx       |  0
 ...le_sketch_int64_agg_string_lgk_seed_p_mode.sqlx |  0
 .../sqlx}/tuple_sketch_int64_agg_union.sqlx        |  0
 ...tuple_sketch_int64_agg_union_lgk_seed_mode.sqlx |  0
 .../sqlx}/tuple_sketch_int64_filter_low_high.sqlx  |  0
 .../tuple_sketch_int64_filter_low_high_seed.sqlx   |  0
 .../tuple_sketch_int64_from_theta_sketch.sqlx      |  0
 .../tuple_sketch_int64_from_theta_sketch_seed.sqlx |  0
 .../sqlx}/tuple_sketch_int64_get_estimate.sqlx     |  0
 ...tuple_sketch_int64_get_estimate_and_bounds.sqlx |  0
 ..._sketch_int64_get_estimate_and_bounds_seed.sqlx |  0
 .../tuple_sketch_int64_get_estimate_seed.sqlx      |  0
 .../sqlx}/tuple_sketch_int64_get_num_retained.sqlx |  0
 .../tuple_sketch_int64_get_num_retained_seed.sqlx  |  0
 ...e_sketch_int64_get_sum_estimate_and_bounds.sqlx |  0
 ...tch_int64_get_sum_estimate_and_bounds_seed.sqlx |  0
 .../sqlx}/tuple_sketch_int64_get_theta.sqlx        |  0
 .../sqlx}/tuple_sketch_int64_get_theta_seed.sqlx   |  0
 .../sqlx}/tuple_sketch_int64_intersection.sqlx     |  0
 .../tuple_sketch_int64_intersection_seed_mode.sqlx |  0
 .../tuple_sketch_int64_jaccard_similarity.sqlx     |  0
 ...tuple_sketch_int64_jaccard_similarity_seed.sqlx |  0
 .../sqlx}/tuple_sketch_int64_to_string.sqlx        |  0
 .../sqlx}/tuple_sketch_int64_to_string_seed.sqlx   |  0
 .../sqlx}/tuple_sketch_int64_union.sqlx            |  0
 .../tuple_sketch_int64_union_lgk_seed_mode.sqlx    |  0
 .../test}/tuple_sketch_int64_test.js               |  2 +-
 146 files changed, 128 insertions(+), 58 deletions(-)


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

Reply via email to