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 af9e175d63fbee26d1caa3e20a63035d12a413ff Merge: 9a3c1b8 d7ee478 Author: Alexander Saydakov <[email protected]> AuthorDate: Wed Jul 5 15:46:36 2023 -0700 Merge pull request #379 from apache/doxygen documentation fixes Doxyfile | 2827 ++++++++++++++++++++ common/include/common_defs.hpp | 1 + common/include/kolmogorov_smirnov.hpp | 15 +- common/include/quantiles_sorted_view.hpp | 92 + common/include/serde.hpp | 89 +- count/include/count_min.hpp | 178 +- count/include/count_min_impl.hpp | 16 - cpc/include/cpc_sketch.hpp | 66 +- cpc/include/cpc_union.hpp | 37 +- density/include/density_sketch.hpp | 38 +- fi/include/frequent_items_sketch.hpp | 26 +- hll/include/HllSketch-internal.hpp | 4 +- hll/include/hll.hpp | 110 +- kll/include/kll_sketch.hpp | 38 +- quantiles/include/quantiles_sketch.hpp | 80 +- req/include/req_common.hpp | 10 +- req/include/req_sketch.hpp | 99 +- sampling/include/var_opt_sketch.hpp | 92 +- sampling/include/var_opt_sketch_impl.hpp | 6 +- sampling/include/var_opt_union.hpp | 14 +- theta/include/bounds_on_ratios_in_sampled_sets.hpp | 1 + .../bounds_on_ratios_in_theta_sketched_sets.hpp | 13 +- theta/include/theta_a_not_b.hpp | 9 + theta/include/theta_intersection.hpp | 6 +- theta/include/theta_intersection_impl.hpp | 6 +- theta/include/theta_jaccard_similarity.hpp | 3 +- theta/include/theta_jaccard_similarity_base.hpp | 1 + theta/include/theta_sketch.hpp | 116 +- theta/include/theta_union.hpp | 5 + theta/include/theta_union_impl.hpp | 6 +- theta/include/theta_update_sketch_base.hpp | 3 +- tuple/include/array_of_doubles_sketch.hpp | 19 +- tuple/include/tuple_intersection.hpp | 10 + tuple/include/tuple_jaccard_similarity.hpp | 1 + tuple/include/tuple_sketch.hpp | 111 +- tuple/include/tuple_union.hpp | 8 + tuple/test/tuple_sketch_test.cpp | 2 +- 37 files changed, 3825 insertions(+), 333 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
