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/incubator-doris.git.


    from f6e2a4f  [Vectorized][Function] Support 
year/month/week/hour/mintue/day/second floor/ceil function (#8068)
     add e0dbf48  [Vectorized] [AggFunction] Support group_concat (#8086)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |   1 +
 .../aggregate_function_combinator.h                |   2 -
 .../aggregate_function_group_concat.cpp            |  46 +++++++
 .../aggregate_function_group_concat.h              | 140 +++++++++++++++++++++
 .../aggregate_function_simple_factory.cpp          |   2 +
 .../aggregate_function_topn.cpp                    |  29 ++---
 .../aggregate_functions/aggregate_function_topn.h  |  36 +++---
 be/src/vec/exprs/vectorized_agg_fn.cpp             |   6 -
 be/src/vec/exprs/vectorized_agg_fn.h               |   3 -
 .../java/org/apache/doris/catalog/FunctionSet.java |  46 ++++---
 10 files changed, 248 insertions(+), 63 deletions(-)
 create mode 100644 
be/src/vec/aggregate_functions/aggregate_function_group_concat.cpp
 create mode 100644 
be/src/vec/aggregate_functions/aggregate_function_group_concat.h

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

Reply via email to