-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Feature](function) support split_by_regexp function #38259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
TPC-H: Total hot run time: 40052 ms |
.../src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ScalarFunctionVisitor.java
Show resolved
Hide resolved
regression-test/suites/query_p0/sql_functions/string_functions/test_split_by_regexp.groovy
Show resolved
Hide resolved
TPC-DS: Total hot run time: 174901 ms |
ClickBench: Total hot run time: 30.8 s |
|
run buildall |
TPC-H: Total hot run time: 40207 ms |
TPC-DS: Total hot run time: 173753 ms |
ClickBench: Total hot run time: 30.19 s |
20932e7 to
c8c9740
Compare
|
run buildall |
TPC-H: Total hot run time: 39859 ms |
TPC-DS: Total hot run time: 173577 ms |
ClickBench: Total hot run time: 31.25 s |
|
run buildall |
TPC-H: Total hot run time: 40176 ms |
TPC-DS: Total hot run time: 174524 ms |
ClickBench: Total hot run time: 30.83 s |
c8c9740 to
daafe3c
Compare
|
run buildall |
TPC-H: Total hot run time: 39752 ms |
TPC-DS: Total hot run time: 173451 ms |
ClickBench: Total hot run time: 30.96 s |
...src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/SplitByRegexp.java
Outdated
Show resolved
Hide resolved
TPC-H: Total hot run time: 41688 ms |
TPC-DS: Total hot run time: 171090 ms |
ClickBench: Total hot run time: 29.98 s |
## Proposed changes docs link: apache/doris-website#904 <!--Describe your changes.-->
docs link: apache/doris-website#904 <!--Describe your changes.-->
docs link: apache/doris-website#904 <!--Describe your changes.-->
Proposed changes
docs link:
apache/doris-website#904