Fucun Chu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17515
Change subject: IMPALA-10717: Import Tuple functionality from DataSketches ...................................................................... IMPALA-10717: Import Tuple functionality from DataSketches This patch imports the functionality needed for Tuple approximate algorithm from Apache DataSketches. I decided to copy the necessary files into be/src/thirdparty/datasketches. Browse the source files here: https://github.com/apache/datasketches-cpp/tree/3.0.0 Change-Id: If14fc224ee5e767054020c0efcc25e57289f8ac3 --- M be/src/exprs/CMakeLists.txt M be/src/exprs/datasketches-test.cc M be/src/thirdparty/datasketches/README.md A be/src/thirdparty/datasketches/array_of_doubles_a_not_b.hpp A be/src/thirdparty/datasketches/array_of_doubles_a_not_b_impl.hpp A be/src/thirdparty/datasketches/array_of_doubles_intersection.hpp A be/src/thirdparty/datasketches/array_of_doubles_intersection_impl.hpp A be/src/thirdparty/datasketches/array_of_doubles_sketch.hpp A be/src/thirdparty/datasketches/array_of_doubles_sketch_impl.hpp A be/src/thirdparty/datasketches/array_of_doubles_union.hpp A be/src/thirdparty/datasketches/array_of_doubles_union_impl.hpp A be/src/thirdparty/datasketches/tuple_a_not_b.hpp A be/src/thirdparty/datasketches/tuple_a_not_b_impl.hpp A be/src/thirdparty/datasketches/tuple_intersection.hpp A be/src/thirdparty/datasketches/tuple_intersection_impl.hpp A be/src/thirdparty/datasketches/tuple_jaccard_similarity.hpp A be/src/thirdparty/datasketches/tuple_sketch.hpp A be/src/thirdparty/datasketches/tuple_sketch_impl.hpp A be/src/thirdparty/datasketches/tuple_union.hpp A be/src/thirdparty/datasketches/tuple_union_impl.hpp 20 files changed, 2,298 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/17515/2 -- To view, visit http://gerrit.cloudera.org:8080/17515 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If14fc224ee5e767054020c0efcc25e57289f8ac3 Gerrit-Change-Number: 17515 Gerrit-PatchSet: 2 Gerrit-Owner: Fucun Chu <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
