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 e403dbc [feature](user-property) Support user level exec_mem_limit
and load_mem_limit (#8365)
add e0ef9b8 [refactor](vectorized) to_bitmap(-1) return NULL instead of
return parse failed error_message (#8373)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/bitmap_function.cpp | 49 +++---
be/src/exprs/hll_function.cpp | 2 +-
.../aggregate_function_bitmap.h | 17 +-
.../aggregate_function_hll_union_agg.cpp | 18 +-
.../aggregate_function_hll_union_agg.h | 94 ++++++-----
.../aggregate_function_reader.cpp | 2 +-
.../aggregate_function_simple_factory.cpp | 2 +-
be/src/vec/functions/function_bit.cpp | 25 +++
be/src/vec/functions/function_bitmap.cpp | 187 ++++++++++++++-------
be/src/vec/functions/function_encryption.cpp | 2 +-
be/src/vec/functions/function_string.cpp | 4 +-
be/src/vec/sink/vtablet_sink.cpp | 2 +-
be/test/exprs/bitmap_function_test.cpp | 7 +-
be/test/vec/function/function_string_test.cpp | 15 ++
docs/.vuepress/sidebar/en.js | 3 +-
docs/.vuepress/sidebar/zh-CN.js | 3 +-
.../sql-functions/bitmap-functions/to_bitmap.md | 11 +-
.../sql-functions/bitwise-functions/bit_length.md} | 26 +--
.../sql-functions/bitmap-functions/to_bitmap.md | 8 +
.../now.md => bitwise-functions/bit_length.md} | 26 +--
.../apache/doris/catalog/AggregateFunction.java | 2 +-
gensrc/script/doris_builtins_functions.py | 14 +-
22 files changed, 338 insertions(+), 181 deletions(-)
copy docs/{zh-CN/sql-reference/sql-functions/date-time-functions/now.md =>
en/sql-reference/sql-functions/bitwise-functions/bit_length.md} (68%)
copy docs/zh-CN/sql-reference/sql-functions/{date-time-functions/now.md =>
bitwise-functions/bit_length.md} (69%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]