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 72220440dc [fix](memtracker) Remove mem tracker record mem pool actual
memory usage #12954
add 1bb42a7bc0 [function](hash) add support of murmur_hash3_64 (#12923)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/hash_functions.cpp | 14 ++++
be/src/exprs/hash_functions.h | 3 +
be/src/util/hash_util.hpp | 55 +---------------
be/src/util/murmur_hash3.cpp | 4 +-
be/src/vec/functions/function_hash.cpp | 76 +++++++++++++++++-----
be/test/CMakeLists.txt | 1 +
.../exprs/hash_function_test.cpp} | 39 ++++++-----
be/test/vec/function/function_hash_test.cpp | 33 ++++++++++
.../{murmur_hash3_32.md => murmur_hash3_64.md} | 26 ++++----
.../{murmur_hash3_32.md => murmur_hash3_64.md} | 26 ++++----
gensrc/script/doris_builtins_functions.py | 6 ++
.../hash_functions/test_hash_function.out | 8 +++
.../hash_functions/test_hash_function.groovy | 4 ++
13 files changed, 180 insertions(+), 115 deletions(-)
copy be/{src/vec/exprs/vinfo_func.h => test/exprs/hash_function_test.cpp} (54%)
copy docs/en/docs/sql-manual/sql-functions/hash-functions/{murmur_hash3_32.md
=> murmur_hash3_64.md} (72%)
copy
docs/zh-CN/docs/sql-manual/sql-functions/hash-functions/{murmur_hash3_32.md =>
murmur_hash3_64.md} (72%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]