You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/11/01 03:05:33 UTC

[incubator-doris] branch master updated (db1c281 -> 65ded82)

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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org