You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/11/11 00:16:16 UTC

[datasketches-cpp] 01/01: Merge pull request #319 from apache/operator_arrow

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

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit cc8de689353d385b4af27aca69d111a7cdc65e5b
Merge: ad52391 ef69eba
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Nov 10 16:16:09 2022 -0800

    Merge pull request #319 from apache/operator_arrow
    
    operator->

 common/include/common_defs.hpp              | 10 ++++
 common/include/quantiles_sorted_view.hpp    | 16 ++----
 common/test/quantiles_sorted_view_test.cpp  |  4 ++
 kll/include/kll_sketch.hpp                  |  4 +-
 kll/include/kll_sketch_impl.hpp             | 87 +++++++++++++++--------------
 kll/test/kll_sketch_test.cpp                | 17 ++++--
 quantiles/include/quantiles_sketch.hpp      |  4 +-
 quantiles/include/quantiles_sketch_impl.hpp | 10 +++-
 quantiles/test/quantiles_sketch_test.cpp    | 25 +++++----
 req/include/req_sketch.hpp                  |  4 +-
 req/include/req_sketch_impl.hpp             |  9 ++-
 req/test/req_sketch_test.cpp                | 13 +++--
 12 files changed, 123 insertions(+), 80 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org