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/02 08:37:12 UTC

[incubator-doris] branch master updated (f0a71a0 -> aeec9c4)

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 f0a71a0  [Build]  Generate compile_command.json (#6976)
     add aeec9c4  [Function] Add bitmap-xor-count function for doris (#6982)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bitmap_function.cpp                   |  5 ++
 be/src/exprs/bitmap_function.h                     |  2 +
 be/test/exprs/bitmap_function_test.cpp             | 53 ++++++++++++++++++++++
 docs/.vuepress/sidebar/en.js                       |  1 +
 docs/.vuepress/sidebar/zh-CN.js                    |  1 +
 .../{bitmap_and_count.md => bitmap_xor_count.md}   | 39 ++++++++--------
 .../{bitmap_and_count.md => bitmap_xor_count.md}   | 40 ++++++++--------
 gensrc/script/doris_builtins_functions.py          |  3 ++
 8 files changed, 104 insertions(+), 40 deletions(-)
 copy docs/en/sql-reference/sql-functions/bitmap-functions/{bitmap_and_count.md => bitmap_xor_count.md} (69%)
 copy docs/zh-CN/sql-reference/sql-functions/bitmap-functions/{bitmap_and_count.md => bitmap_xor_count.md} (69%)

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