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 886ed7d9caaa36bf2da643ec3ff9d4a6964caceb Merge: c5b77b7 e9fa1b9 Author: Alexander Saydakov <[email protected]> AuthorDate: Thu Oct 26 16:28:01 2023 -0700 Merge pull request #399 from apache/array_tuple_sketch more generic implementation of array_of_doubles_sketch tuple/include/array_of_doubles_sketch.hpp | 178 ++------------- tuple/include/array_of_doubles_union.hpp | 81 ------- tuple/include/array_of_doubles_union_impl.hpp | 43 ---- ...doubles_a_not_b.hpp => array_tuple_a_not_b.hpp} | 23 +- ...not_b_impl.hpp => array_tuple_a_not_b_impl.hpp} | 8 +- ...tersection.hpp => array_tuple_intersection.hpp} | 21 +- ..._impl.hpp => array_tuple_intersection_impl.hpp} | 10 +- tuple/include/array_tuple_sketch.hpp | 238 +++++++++++++++++++++ ...sketch_impl.hpp => array_tuple_sketch_impl.hpp} | 81 ++++--- tuple/include/array_tuple_union.hpp | 81 +++++++ tuple/include/array_tuple_union_impl.hpp | 43 ++++ tuple/include/tuple_intersection.hpp | 10 +- tuple/include/tuple_union.hpp | 10 +- .../test/aod_sketch_deserialize_from_java_test.cpp | 3 +- tuple/test/aod_sketch_serialize_for_java.cpp | 3 +- tuple/test/array_of_doubles_sketch_test.cpp | 10 +- 16 files changed, 468 insertions(+), 375 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
