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

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


    from 6a03a612a0 [opt](Nereids) add check msg for creating decimal type 
(#22172)
     add b41fcbb783 [feature](agg) add the aggregation function 'mag_agg' 
(#22043)

No new revisions were added by this update.

Summary of changes:
 .../aggregate_functions/aggregate_function_map.cpp |  68 +++++
 .../aggregate_functions/aggregate_function_map.h   | 314 +++++++++++++++++++++
 .../aggregate_function_simple_factory.cpp          |   2 +
 be/src/vec/aggregate_functions/helpers.h           |  11 +
 be/src/vec/exprs/vectorized_agg_fn.cpp             |  12 +-
 be/src/vec/exprs/vectorized_agg_fn.h               |   2 +-
 .../vec/functions/array/function_array_element.h   |   7 +-
 .../sql-functions/aggregate-functions/map_agg.md   |  92 ++++++
 .../sql-functions/aggregate-functions/map_agg.md   |  91 ++++++
 .../apache/doris/catalog/AggregateFunction.java    |   2 +-
 .../java/org/apache/doris/catalog/FunctionSet.java |  10 +
 .../data/query_p0/aggregate/map_agg.out            |  22 ++
 .../suites/query_p0/aggregate/map_agg.groovy       | 174 ++++++++++++
 13 files changed, 797 insertions(+), 10 deletions(-)
 create mode 100644 be/src/vec/aggregate_functions/aggregate_function_map.cpp
 create mode 100644 be/src/vec/aggregate_functions/aggregate_function_map.h
 create mode 100644 
docs/en/docs/sql-manual/sql-functions/aggregate-functions/map_agg.md
 create mode 100644 
docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/map_agg.md
 create mode 100644 regression-test/data/query_p0/aggregate/map_agg.out
 create mode 100644 regression-test/suites/query_p0/aggregate/map_agg.groovy


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

Reply via email to