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 6c45dddb1ac [Fix](case) Fix some cases (#55606)
add 415e3a440ff [Feature](llm) Support llm_agg function (#55499)
No new revisions were added by this update.
Summary of changes:
.../vec/aggregate_functions/aggregate_function.h | 7 +
...nion_agg.cpp => aggregate_function_llm_agg.cpp} | 26 +-
.../aggregate_function_llm_agg.h | 286 ++++++++++++++++++
.../aggregate_functions/aggregate_function_null.h | 4 +
.../aggregate_function_simple_factory.cpp | 2 +
be/src/vec/exprs/vectorized_agg_fn.cpp | 5 +
be/src/vec/functions/llm/llm_adapter.h | 65 ++++
be/test/llm/aggregate_function_llm_agg_test.cpp | 336 +++++++++++++++++++++
.../vec/aggregate_functions/agg_function_test.h | 13 +
.../doris/catalog/BuiltinAggregateFunctions.java | 2 +
.../java/org/apache/doris/catalog/FunctionSet.java | 10 +
.../trees/expressions/functions/agg/LLMAgg.java | 138 +++++++++
.../visitor/AggregateFunctionVisitor.java | 5 +
.../suites/llm_p0/test_llm_functions.groovy | 9 +-
14 files changed, 892 insertions(+), 16 deletions(-)
copy be/src/vec/aggregate_functions/{aggregate_function_hll_union_agg.cpp =>
aggregate_function_llm_agg.cpp} (55%)
create mode 100644 be/src/vec/aggregate_functions/aggregate_function_llm_agg.h
create mode 100644 be/test/llm/aggregate_function_llm_agg_test.cpp
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/LLMAgg.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]