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

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


    from 9e7204484af [improvement](spill) improve config and fix spill bugs 
(#33519)
     add 8d773a7aba6 [feature](agg) support aggregate function 
group_array_intersect (#33265)

No new revisions were added by this update.

Summary of changes:
 .../aggregate_function_group_array_intersect.cpp   |  90 ++++
 .../aggregate_function_group_array_intersect.h     | 526 +++++++++++++++++++++
 .../aggregate_function_simple_factory.cpp          |   2 +
 .../apache/doris/catalog/AggregateFunction.java    |   3 +-
 .../doris/catalog/BuiltinAggregateFunctions.java   |   2 +
 .../java/org/apache/doris/catalog/FunctionSet.java |   6 +-
 .../{ArrayAgg.java => GroupArrayIntersect.java}    |  31 +-
 .../visitor/AggregateFunctionVisitor.java          |   5 +
 .../data/nereids_function_p0/agg_function/agg.out  | 142 ++++++
 .../query_p0/aggregate/group_array_intersect.out   |  93 ++++
 .../nereids_function_p0/agg_function/agg.groovy    |  66 +++
 .../aggregate/group_array_intersect.groovy         | 106 +++++
 12 files changed, 1059 insertions(+), 13 deletions(-)
 create mode 100644 
be/src/vec/aggregate_functions/aggregate_function_group_array_intersect.cpp
 create mode 100644 
be/src/vec/aggregate_functions/aggregate_function_group_array_intersect.h
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/{ArrayAgg.java
 => GroupArrayIntersect.java} (75%)
 create mode 100644 
regression-test/data/query_p0/aggregate/group_array_intersect.out
 create mode 100644 
regression-test/suites/query_p0/aggregate/group_array_intersect.groovy


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

Reply via email to