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 226dbd06e4b [Feature](runtime-filter) support rf on set operator: be
part (#49679)
add b3fd80727c2 [feature](functions) impl function next_day (#49119)
No new revisions were added by this update.
Summary of changes:
.../function_date_or_datetime_computation.cpp | 2 +
.../function_date_or_datetime_computation.h | 97 ++++++++++++++++
be/test/vec/function/function_time_test.cpp | 85 ++++++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 2 +
.../executable/DateTimeExtractAndTransform.java | 51 ++++++++
.../{MilliSecondTimestamp.java => NextDay.java} | 36 ++++--
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +
.../nereids/rules/expression/FoldConstantTest.java | 41 +++++++
.../string_functions/test_next_day.out | Bin 0 -> 2863 bytes
.../fold_constant_date_arithmatic.groovy | 6 +
.../string_functions/test_next_day.groovy | 129 +++++++++++++++++++++
11 files changed, 442 insertions(+), 12 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{MilliSecondTimestamp.java
=> NextDay.java} (63%)
create mode 100644
regression-test/data/query_p0/sql_functions/string_functions/test_next_day.out
create mode 100644
regression-test/suites/query_p0/sql_functions/string_functions/test_next_day.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]