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 0e3b845f48192fff0539c35ae065eee04648e428
Merge: 0c3caa3 67f882b
Author: Alexander Saydakov <[email protected]>
AuthorDate: Fri Nov 22 08:48:47 2024 -0800

    Merge pull request #105 from apache/req_sketch_float
    
    REQ sketch float

 Makefile                                           |   2 +-
 definitions/req/req_sketch_float_build.sqlx        |  36 ++++++
 definitions/req/req_sketch_float_build_k_hra.sqlx  | 114 +++++++++++++++++
 definitions/req/req_sketch_float_get_cdf.sqlx      |  71 +++++++++++
 .../req/req_sketch_float_get_max_value.sqlx        |  49 ++++++++
 .../req/req_sketch_float_get_min_value.sqlx        |  49 ++++++++
 definitions/req/req_sketch_float_get_n.sqlx        |  49 ++++++++
 .../req/req_sketch_float_get_num_retained.sqlx     |  49 ++++++++
 definitions/req/req_sketch_float_get_pmf.sqlx      |  73 +++++++++++
 definitions/req/req_sketch_float_get_quantile.sqlx |  52 ++++++++
 definitions/req/req_sketch_float_get_rank.sqlx     |  52 ++++++++
 .../req/req_sketch_float_get_rank_lower_bound.sqlx |  51 ++++++++
 .../req/req_sketch_float_get_rank_upper_bound.sqlx |  51 ++++++++
 definitions/req/req_sketch_float_merge.sqlx        |  36 ++++++
 definitions/req/req_sketch_float_merge_k_hra.sqlx  | 114 +++++++++++++++++
 definitions/req/req_sketch_float_test.js           | 137 +++++++++++++++++++++
 definitions/req/req_sketch_float_to_string.sqlx    |  49 ++++++++
 readme_generator.py                                |   2 +-
 req/Makefile                                       |  62 ++++++++++
 req/README.md                                      | 113 +++++++++++++++++
 req/README_template.md                             |  38 ++++++
 req/crypto.js                                      |  20 +++
 req/req_sketch_float.cpp                           |  79 ++++++++++++
 req/test/req_sketch_float_test.sql                 |  70 +++++++++++
 24 files changed, 1416 insertions(+), 2 deletions(-)


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

Reply via email to