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/10/31 22:25:02 UTC

[datasketches-cpp] branch master updated (96ce807 -> b6cbe69)

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

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


    from 96ce807  Merge pull request #313 from apache/comparator_instance
     add 18aaca7  renamed sorted view
     new b6cbe69  Merge pull request #315 from apache/renamed_sorted_view

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:
 common/CMakeLists.txt                              |  4 ++--
 ...h_sorted_view.hpp => quantiles_sorted_view.hpp} | 14 ++++++-------
 ...iew_impl.hpp => quantiles_sorted_view_impl.hpp} | 24 +++++++++++-----------
 common/test/CMakeLists.txt                         |  2 +-
 ...iew_test.cpp => quantiles_sorted_view_test.cpp} | 12 +++++------
 kll/include/kll_sketch.hpp                         | 11 +++++-----
 kll/include/kll_sketch_impl.hpp                    | 13 ++++++------
 quantiles/include/quantiles_sketch.hpp             | 10 ++++-----
 quantiles/include/quantiles_sketch_impl.hpp        | 13 ++++++------
 req/include/req_sketch.hpp                         | 14 ++++++-------
 req/include/req_sketch_impl.hpp                    | 13 ++++++------
 11 files changed, 64 insertions(+), 66 deletions(-)
 rename common/include/{quantile_sketch_sorted_view.hpp => quantiles_sorted_view.hpp} (92%)
 rename common/include/{quantile_sketch_sorted_view_impl.hpp => quantiles_sorted_view_impl.hpp} (77%)
 rename common/test/{quantile_sketch_sorted_view_test.cpp => quantiles_sorted_view_test.cpp} (95%)


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


[datasketches-cpp] 01/01: Merge pull request #315 from apache/renamed_sorted_view

Posted by al...@apache.org.
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 b6cbe690da6110585713bc524d78c253a6fa158d
Merge: 96ce807 18aaca7
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Mon Oct 31 15:24:57 2022 -0700

    Merge pull request #315 from apache/renamed_sorted_view
    
    renamed sorted view

 common/CMakeLists.txt                              |  4 ++--
 ...h_sorted_view.hpp => quantiles_sorted_view.hpp} | 14 ++++++-------
 ...iew_impl.hpp => quantiles_sorted_view_impl.hpp} | 24 +++++++++++-----------
 common/test/CMakeLists.txt                         |  2 +-
 ...iew_test.cpp => quantiles_sorted_view_test.cpp} | 12 +++++------
 kll/include/kll_sketch.hpp                         | 11 +++++-----
 kll/include/kll_sketch_impl.hpp                    | 13 ++++++------
 quantiles/include/quantiles_sketch.hpp             | 10 ++++-----
 quantiles/include/quantiles_sketch_impl.hpp        | 13 ++++++------
 req/include/req_sketch.hpp                         | 14 ++++++-------
 req/include/req_sketch_impl.hpp                    | 13 ++++++------
 11 files changed, 64 insertions(+), 66 deletions(-)


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