This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 29e01db7ce [Fix](Nereids) add comments to CostAndEnforcerJob and fix view test case (#13046) add 5fe3342aa3 [Vectorized](function) support bitmap_to_array function (#13926) No new revisions were added by this update. Summary of changes: be/src/util/bitmap_value.h | 21 ++++++- be/src/vec/functions/function_bitmap.cpp | 54 ++++++++++++++++- .../bitmap-functions/bitmap_to_array.md | 70 ++++++++++++++++++++++ docs/sidebars.json | 1 + .../bitmap-functions/bitmap_to_array.md | 70 ++++++++++++++++++++++ gensrc/script/doris_builtins_functions.py | 1 + .../bitmap_functions/test_bitmap_function.out | 22 +++++-- .../bitmap_functions/test_bitmap_function.groovy | 4 +- 8 files changed, 234 insertions(+), 9 deletions(-) create mode 100644 docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_to_array.md create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/bitmap_to_array.md --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org