This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from d48873736df branch-4.0: [feature](analyzer) support * as json_object's
parameter #57256 (#57288)
add 253d5308e4f branch-4.0: [Feature](varbinary) Extend the digest
function for VarBinary type #56497 (#57292)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_hash.cpp | 12 ++
be/src/vec/functions/function_string.cpp | 8 +-
be/src/vec/functions/function_string.h | 133 +++++++++++--------
be/test/vec/function/function_hash_test.cpp | 58 ++++++++
be/test/vec/function/function_string_test.cpp | 124 +++++++++++++++++
be/test/vec/function/function_test_util.cpp | 10 ++
.../trees/expressions/functions/scalar/Md5.java | 4 +-
.../trees/expressions/functions/scalar/Md5Sum.java | 4 +-
.../trees/expressions/functions/scalar/Sha1.java | 5 +-
.../trees/expressions/functions/scalar/Sha2.java | 5 +-
.../trees/expressions/functions/scalar/Sm3.java | 4 +-
.../trees/expressions/functions/scalar/Sm3sum.java | 4 +-
.../expressions/functions/scalar/XxHash32.java | 4 +-
.../expressions/functions/scalar/XxHash64.java | 4 +-
.../test_binary_for_digest.groovy | 146 +++++++++++++++++++++
15 files changed, 459 insertions(+), 66 deletions(-)
create mode 100644
regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]