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 c5b77b7 Merge pull request #398 from apache/build_fix
add c39539c more generic implementation of array_of_doubles_sketch
add 1b9bb46 added comment
add 3d4d60e better naming to clarify which policy is which
add e9fa1b9 better naming to clarify which policy is which
new 886ed7d Merge pull request #399 from apache/array_tuple_sketch
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:
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(-)
delete mode 100644 tuple/include/array_of_doubles_union.hpp
delete mode 100644 tuple/include/array_of_doubles_union_impl.hpp
rename tuple/include/{array_of_doubles_a_not_b.hpp => array_tuple_a_not_b.hpp}
(59%)
rename tuple/include/{array_of_doubles_a_not_b_impl.hpp =>
array_tuple_a_not_b_impl.hpp} (76%)
rename tuple/include/{array_of_doubles_intersection.hpp =>
array_tuple_intersection.hpp} (61%)
rename tuple/include/{array_of_doubles_intersection_impl.hpp =>
array_tuple_intersection_impl.hpp} (64%)
create mode 100644 tuple/include/array_tuple_sketch.hpp
rename tuple/include/{array_of_doubles_sketch_impl.hpp =>
array_tuple_sketch_impl.hpp} (66%)
create mode 100644 tuple/include/array_tuple_union.hpp
create mode 100644 tuple/include/array_tuple_union_impl.hpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]