You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2020/01/13 04:31:46 UTC

[incubator-doris] branch master updated (4e86825 -> a99a49a)

This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 4e86825  Add .clang-format and docs (#2724)
     add a99a49a  Add bitamp_to_string function (#2731)

No new revisions were added by this update.

Summary of changes:
 be/src/common/daemon.cpp                           |  2 +
 be/src/exprs/CMakeLists.txt                        |  1 +
 be/src/exprs/bitmap_function.cpp                   | 37 ++++++++++++-
 be/src/exprs/bitmap_function.h                     |  7 +++
 be/src/exprs/cast_functions.cpp                    | 24 ++++++---
 .../{hll_hash_function.h => hash_functions.cpp}    | 31 ++++++-----
 .../resource_tls.h => exprs/hash_functions.h}      | 19 ++++---
 be/src/util/bitmap.cpp                             | 33 ++++++++++++
 be/src/util/bitmap.h                               | 61 +++++++++++++++------
 be/src/util/mysql_global.h                         |  4 +-
 be/test/util/bitmap_test.cpp                       | 36 +++++++++++++
 .../bitmap_from_string.md}                         | 37 +++++++------
 .../bitmap-functions/bitmap_to_string.md           | 62 +++++++++++++++++++++
 .../hash-functions}/index.rst                      |  2 +-
 .../murmur_hash3_32.md}                            | 36 ++++++++-----
 .../bitmap-functions/bitmap_from_string.md}        | 37 +++++++------
 .../bitmap-functions/bitmap_to_string.md           | 63 ++++++++++++++++++++++
 .../index.rst                                      |  2 +-
 .../hash-functions/murmur_hash3_32.md}             | 36 ++++++++-----
 .../org/apache/doris/catalog/PrimitiveType.java    |  2 +
 gensrc/script/doris_builtins_functions.py          |  8 +++
 21 files changed, 432 insertions(+), 108 deletions(-)
 copy be/src/exprs/{hll_hash_function.h => hash_functions.cpp} (61%)
 copy be/src/{common/resource_tls.h => exprs/hash_functions.h} (76%)
 copy docs/documentation/cn/sql-reference/sql-functions/{date-time-functions/dayofweek.md => bitmap-functions/bitmap_from_string.md} (53%)
 create mode 100644 docs/documentation/cn/sql-reference/sql-functions/bitmap-functions/bitmap_to_string.md
 copy docs/documentation/cn/sql-reference/{sql-statements/Data Definition => sql-functions/hash-functions}/index.rst (84%)
 copy docs/documentation/cn/sql-reference/sql-functions/{date-time-functions/dayofmonth.md => hash-functions/murmur_hash3_32.md} (60%)
 copy docs/documentation/{cn/sql-reference/sql-functions/date-time-functions/dayofweek.md => en/sql-reference/sql-functions/bitmap-functions/bitmap_from_string.md} (53%)
 create mode 100644 docs/documentation/en/sql-reference/sql-functions/bitmap-functions/bitmap_to_string.md
 copy docs/documentation/en/sql-reference/sql-functions/{spatial-functions => hash-functions}/index.rst (82%)
 copy docs/documentation/{cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md => en/sql-reference/sql-functions/hash-functions/murmur_hash3_32.md} (59%)


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