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

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


    from 463c0e8  Replace PowerMock/EasyMock by Jmockit (4/4)  (#2784)
     add 3b24287  Support 64 bits integers for BITMAP type (#2772)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bitmap_function.cpp                   |  174 ++-
 be/src/exprs/bitmap_function.h                     |    8 +-
 be/src/olap/aggregate_func.h                       |   22 +-
 be/src/olap/rowset/segment_v2/binary_prefix_page.h |    1 +
 be/src/util/bitmap.cpp                             |   33 -
 be/src/util/bitmap.h                               |  208 ----
 be/src/util/bitmap_value.h                         | 1247 ++++++++++++++++++++
 be/src/util/coding.h                               |   10 +
 be/test/exprs/bitmap_function_test.cpp             |  121 +-
 be/test/util/CMakeLists.txt                        |    1 +
 be/test/util/bitmap_test.cpp                       |  172 ---
 be/test/util/bitmap_value_test.cpp                 |  312 +++++
 .../sql-functions/aggregate-functions/bitmap.md    |    2 +-
 .../sql-functions/bitmap-functions/to_bitmap.md    |    2 +-
 .../sql-statements/Data Definition/CREATE TABLE.md |    4 +-
 .../sql-functions/aggregate-functions/bitmap_EN.md |    2 +-
 .../sql-functions/bitmap-functions/to_bitmap_EN.md |    2 +-
 .../Data Definition/CREATE TABLE_EN.md             |    4 +-
 run-ut.sh                                          |    1 +
 19 files changed, 1736 insertions(+), 590 deletions(-)
 create mode 100644 be/src/util/bitmap_value.h
 create mode 100644 be/test/util/bitmap_value_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to