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

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


    from 035bc7e278e [Enhancement](nereids)Support show global function (#50034)
     add 692c422f18e [refactor]Separate StringOP and SubstringUtil (#48054)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exec/scan/file_scanner.cpp              |   1 +
 be/src/vec/functions/function_bitmap.cpp           |   2 +-
 be/src/vec/functions/function_encryption.cpp       |   2 +-
 be/src/vec/functions/function_hex.cpp              |   2 +-
 be/src/vec/functions/function_json.cpp             |   2 +-
 be/src/vec/functions/function_jsonb.cpp            |   1 +
 be/src/vec/functions/function_regexp.cpp           |   2 +-
 be/src/vec/functions/function_string.h             | 215 +---------------
 be/src/vec/functions/math.cpp                      |   2 +-
 .../sink/writer/iceberg/partition_transformers.h   |   1 +
 be/src/vec/utils/stringop_substring.h              | 282 ++++++++++++++++++++
 be/test/vec/utils/stringop_substring_test.cpp      | 285 +++++++++++++++++++++
 12 files changed, 577 insertions(+), 220 deletions(-)
 create mode 100644 be/src/vec/utils/stringop_substring.h
 create mode 100644 be/test/vec/utils/stringop_substring_test.cpp


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

Reply via email to