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

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


    from 5707ecd0e5 [typo](docs) modify the dynamic table document (#19750)
     add 88ca4f3e6b [feature](like) make like regexp used as a sql function 
(#19755)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/like.cpp                      |   1 +
 be/src/vec/functions/like.h                        |   1 +
 fe/fe-core/src/main/cup/sql_parser.cup             |   4 +
 gensrc/script/doris_builtins_functions.py          |   3 +
 .../test_select_with_predicate_like.out            |  20 ++++
 .../string_functions/test_string_function_like.out | 124 +++++++++++++++++++++
 .../test_string_function_regexp.out                |  70 ++++++++++++
 .../test_select_with_predicate_like.groovy         |   9 ++
 .../test_string_function_like.groovy               |  26 +++++
 .../test_string_function_regexp.groovy             |  61 +++++++---
 10 files changed, 302 insertions(+), 17 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to