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 30a10e6ebe8 [opt](paimon)Add suppressed information display (#48947)
add c46d4e79e95 [Feature](function) support year of week (#48870)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/date_time_transforms.h | 17 ++++++++++----
be/src/vec/functions/to_time_function.cpp | 10 +++-----
be/src/vec/runtime/vdatetime_value.cpp | 26 +++++++++++++++++++++
be/src/vec/runtime/vdatetime_value.h | 1 +
be/test/vec/function/function_time_test.cpp | 12 ++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 2 ++
.../doris/nereids/stats/ExpressionEstimation.java | 16 +++++++++++++
.../scalar/{Year.java => YearOfWeek.java} | 23 +++++++-----------
.../expressions/visitor/ScalarFunctionVisitor.java | 5 ++++
.../datetime_functions/test_date_function.out | Bin 10302 -> 10709 bytes
.../datetime_functions/test_date_function.groovy | 24 +++++++++++++++++++
11 files changed, 111 insertions(+), 25 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Year.java
=> YearOfWeek.java} (78%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]