This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 9120de2 [refactor] fix some typos (#8159)
add 31ab569 [Vectorized][Feature] support some bitmap functions (#8138)
No new revisions were added by this update.
Summary of changes:
be/src/vec/CMakeLists.txt | 1 +
be/src/vec/functions/function_bitmap.cpp | 301 +++++++++++++---------
be/src/vec/functions/function_bitmap_variadic.cpp | 142 ++++++++++
be/src/vec/functions/function_const.h | 2 +-
be/src/vec/functions/simple_function_factory.h | 2 +
be/test/vec/function/function_bitmap_test.cpp | 90 +++++++
gensrc/script/doris_builtins_functions.py | 22 +-
7 files changed, 421 insertions(+), 139 deletions(-)
create mode 100644 be/src/vec/functions/function_bitmap_variadic.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]