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 2c795a93fc8 [opt](inverted index) reduce generation of the
rowid_result if not necessary (#35357)
add a819ca4bee1 [feature](function) support new function replace_empty
(#36283)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_string.cpp | 3 +-
be/src/vec/functions/function_string.h | 46 +++-
be/test/vec/function/function_string_test.cpp | 282 +++++++++++++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 2 +
.../scalar/{Replace.java => ReplaceEmpty.java} | 14 +-
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +
.../data/nereids_function_p0/scalar_function/R.out | 24 ++
.../nereids_function_p0/scalar_function/R.groovy | 186 +++++++-------
8 files changed, 455 insertions(+), 107 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Replace.java
=> ReplaceEmpty.java} (84%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]