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

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


    from 0c3caa3  Merge pull request #104 from danieldeleo/main
     add c6b5f47  req_sketch_float
     add 67f882b  req_sketch_float
     new 0e3b845  Merge pull request #105 from apache/req_sketch_float

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |   2 +-
 .../req_sketch_float_build.sqlx}                   |  10 +-
 .../req_sketch_float_build_k_hra.sqlx}             |  29 ++---
 .../req_sketch_float_get_cdf.sqlx}                 |   8 +-
 .../req_sketch_float_get_max_value.sqlx}           |   8 +-
 .../req_sketch_float_get_min_value.sqlx}           |   8 +-
 .../req_sketch_float_get_n.sqlx}                   |   8 +-
 .../req_sketch_float_get_num_retained.sqlx}        |   8 +-
 .../req_sketch_float_get_pmf.sqlx}                 |   8 +-
 .../req_sketch_float_get_quantile.sqlx}            |   8 +-
 .../req_sketch_float_get_rank.sqlx}                |   8 +-
 .../req_sketch_float_get_rank_lower_bound.sqlx}    |  25 ++--
 .../req_sketch_float_get_rank_upper_bound.sqlx}    |  25 ++--
 .../req_sketch_float_merge.sqlx}                   |  12 +-
 .../req_sketch_float_merge_k_hra.sqlx}             |  33 ++---
 definitions/req/req_sketch_float_test.js           | 137 +++++++++++++++++++++
 .../req_sketch_float_to_string.sqlx}               |  10 +-
 readme_generator.py                                |   2 +-
 {theta => req}/Makefile                            |  13 +-
 {kll => req}/README.md                             | 110 ++++++++---------
 {kll => req}/README_template.md                    |  12 +-
 {kll => req}/crypto.js                             |   0
 .../req_sketch_float.cpp                           |  60 ++++-----
 req/test/req_sketch_float_test.sql                 |  70 +++++++++++
 24 files changed, 404 insertions(+), 210 deletions(-)
 copy definitions/{kll/kll_sketch_float_build.sqlx => 
req/req_sketch_float_build.sqlx} (80%)
 copy definitions/{kll/kll_sketch_float_build_k.sqlx => 
req/req_sketch_float_build_k_hra.sqlx} (75%)
 copy definitions/{kll/kll_sketch_float_get_cdf.sqlx => 
req/req_sketch_float_get_cdf.sqlx} (92%)
 copy definitions/{kll/kll_sketch_float_get_max_value.sqlx => 
req/req_sketch_float_get_max_value.sqlx} (85%)
 copy definitions/{kll/kll_sketch_float_get_min_value.sqlx => 
req/req_sketch_float_get_min_value.sqlx} (85%)
 copy definitions/{kll/kll_sketch_float_get_n.sqlx => 
req/req_sketch_float_get_n.sqlx} (85%)
 copy definitions/{kll/kll_sketch_float_get_num_retained.sqlx => 
req/req_sketch_float_get_num_retained.sqlx} (85%)
 copy definitions/{kll/kll_sketch_float_get_pmf.sqlx => 
req/req_sketch_float_get_pmf.sqlx} (92%)
 copy definitions/{kll/kll_sketch_float_get_quantile.sqlx => 
req/req_sketch_float_get_quantile.sqlx} (88%)
 copy definitions/{kll/kll_sketch_float_get_rank.sqlx => 
req/req_sketch_float_get_rank.sqlx} (87%)
 copy definitions/{kll/kll_sketch_float_get_quantile.sqlx => 
req/req_sketch_float_get_rank_lower_bound.sqlx} (58%)
 copy definitions/{kll/kll_sketch_float_get_quantile.sqlx => 
req/req_sketch_float_get_rank_upper_bound.sqlx} (58%)
 copy definitions/{kll/kll_sketch_float_merge.sqlx => 
req/req_sketch_float_merge.sqlx} (76%)
 copy definitions/{kll/kll_sketch_float_merge_k.sqlx => 
req/req_sketch_float_merge_k_hra.sqlx} (73%)
 create mode 100644 definitions/req/req_sketch_float_test.js
 copy definitions/{kll/kll_sketch_float_to_string.sqlx => 
req/req_sketch_float_to_string.sqlx} (82%)
 copy {theta => req}/Makefile (79%)
 copy {kll => req}/README.md (53%)
 copy {kll => req}/README_template.md (76%)
 copy {kll => req}/crypto.js (100%)
 copy kll/kll_sketch_float.cpp => req/req_sketch_float.cpp (52%)
 create mode 100644 req/test/req_sketch_float_test.sql


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

Reply via email to