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 04:50:59 UTC

[incubator-doris] branch master updated (210625b -> c7a3116)

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 210625b  [Doc] Update fe-idea developer guide for latest version (#6963)
     add c7a3116  [Function] add bitmap function of bitmap_has_all (#6918)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bitmap_function.cpp                   | 18 +++++++++++
 be/src/exprs/bitmap_function.h                     |  2 ++
 be/test/exprs/bitmap_function_test.cpp             | 35 ++++++++++++++++++++++
 docs/.vuepress/sidebar/en.js                       |  1 +
 docs/.vuepress/sidebar/zh-CN.js                    |  1 +
 .../{bitmap_and.md => bitmap_has_all.md}           | 19 ++++++------
 .../{bitmap_contains.md => bitmap_has_all.md}      | 19 ++++++------
 gensrc/script/doris_builtins_functions.py          |  3 ++
 8 files changed, 80 insertions(+), 18 deletions(-)
 copy docs/en/sql-reference/sql-functions/bitmap-functions/{bitmap_and.md => bitmap_has_all.md} (68%)
 copy docs/zh-CN/sql-reference/sql-functions/bitmap-functions/{bitmap_contains.md => bitmap_has_all.md} (68%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org