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

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from e6fedff  [Refactor][heartbeat] Make get fe heart response by thrift 
(#8035)
     add 0003822  [feature](vec) add ColumnHLL to support hll type (#7828)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/text_converter.hpp                     |   5 +-
 be/src/olap/hll.h                                  | 123 ++++++++++++++++++++-
 be/src/olap/row_block2.cpp                         |  22 +++-
 be/src/olap/schema.cpp                             |   4 +-
 be/src/runtime/types.h                             |   3 +-
 be/src/vec/CMakeLists.txt                          |   1 +
 .../aggregate_function_hll_union_agg.h             |  23 ++--
 be/src/vec/columns/column_complex.h                |  17 +++
 be/src/vec/core/block.cpp                          |  13 ++-
 be/src/vec/core/types.h                            |   8 ++
 be/src/vec/data_types/data_type.cpp                |  11 +-
 be/src/vec/data_types/data_type_bitmap.h           |  10 +-
 be/src/vec/data_types/data_type_hll.cpp            | 116 +++++++++++++++++++
 .../{data_type_bitmap.h => data_type_hll.h}        |  34 ++----
 be/src/vec/exec/volap_scanner.cpp                  |  20 ++--
 be/src/vec/exec/vschema_scan_node.cpp              |  10 +-
 be/src/vec/functions/hll_cardinality.cpp           |  67 +++++++++--
 be/src/vec/functions/hll_empty.cpp                 |  13 ++-
 be/src/vec/functions/hll_hash.cpp                  |  57 +++-------
 be/src/vec/sink/vtablet_sink.cpp                   |  20 ----
 20 files changed, 431 insertions(+), 146 deletions(-)
 create mode 100644 be/src/vec/data_types/data_type_hll.cpp
 copy be/src/vec/data_types/{data_type_bitmap.h => data_type_hll.h} (77%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to