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 db1c281  [Enhance][Load] Reduce the number of segments when loading a 
large volume data in one batch (#6947)
     add 65ded82  [Function] add BE bitmap function bitmap_subset_in_range 
(#6917)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bitmap_function.cpp                   | 19 +++++++
 be/src/exprs/bitmap_function.h                     |  2 +
 be/src/util/bitmap_value.h                         | 20 +++++++
 be/test/exprs/bitmap_function_test.cpp             | 61 ++++++++++++++++++++++
 docs/.vuepress/sidebar/en.js                       |  1 +
 docs/.vuepress/sidebar/zh-CN.js                    |  1 +
 .../{bitmap_max.md => bitmap_subset_in_range.md}   | 32 ++++++------
 .../{bitmap_max.md => bitmap_subset_in_range.md}   | 32 ++++++------
 gensrc/script/doris_builtins_functions.py          |  3 ++
 9 files changed, 141 insertions(+), 30 deletions(-)
 copy docs/en/sql-reference/sql-functions/bitmap-functions/{bitmap_max.md => 
bitmap_subset_in_range.md} (61%)
 copy docs/zh-CN/sql-reference/sql-functions/bitmap-functions/{bitmap_max.md => 
bitmap_subset_in_range.md} (61%)

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

Reply via email to