This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57545-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7cf8961d078 branch-4.0: [Opt](function) Optimize the performance of
FROM_UNIXTIME #57423 (#57574)
add e1846087509 [Feature](agg) add sem agg function (#57545)
No new revisions were added by this update.
Summary of changes:
...avg_weighted.cpp => aggregate_function_sem.cpp} | 19 ++-
.../aggregate_functions/aggregate_function_sem.h | 149 +++++++++++++++++++++
.../aggregate_function_simple_factory.cpp | 2 +
.../doris/catalog/BuiltinAggregateFunctions.java | 2 +
.../functions/agg/{Stddev.java => Sem.java} | 31 +++--
.../visitor/AggregateFunctionVisitor.java | 5 +
.../test_aggregate_all_functions2.out | 54 ++++++++
.../test_aggregate_all_functions2.groovy | 22 +++
8 files changed, 264 insertions(+), 20 deletions(-)
copy be/src/vec/aggregate_functions/{aggregate_function_avg_weighted.cpp =>
aggregate_function_sem.cpp} (58%)
create mode 100644 be/src/vec/aggregate_functions/aggregate_function_sem.h
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/{Stddev.java
=> Sem.java} (69%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]