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/doris.git
from b3fd80727c2 [feature](functions) impl function next_day (#49119)
add 40affc937a0 [feature](function) impl str_to_map (#49142)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_map.cpp | 156 ++++++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 2 +
.../expressions/functions/scalar/StrToMap.java | 110 ++++++++++
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +
.../string_functions/test_str_to_map.out | Bin 0 -> 17405 bytes
.../string_functions/test_str_to_map.groovy | 232 +++++++++++++++++++++
6 files changed, 505 insertions(+)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/StrToMap.java
create mode 100644
regression-test/data/query_p0/sql_functions/string_functions/test_str_to_map.out
create mode 100644
regression-test/suites/query_p0/sql_functions/string_functions/test_str_to_map.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]