This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5cbe1b49e32 [feature](cloud) Support compaction read-write separation
for cloud mode (#60310)
add 148908f02b6 [Feature](aggregation) support aggregate_function_null_v2
(#60228)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/aggregation_sink_operator.cpp | 10 -
.../pipeline/exec/aggregation_source_operator.cpp | 3 -
be/src/runtime/runtime_state.h | 5 +
.../vec/aggregate_functions/aggregate_function.h | 58 ++--
.../aggregate_function_array_agg.h | 15 -
.../aggregate_functions/aggregate_function_avg.h | 32 +-
.../aggregate_function_bitmap.h | 11 -
.../aggregate_function_bitmap_agg.h | 22 --
.../aggregate_functions/aggregate_function_count.h | 56 +---
.../aggregate_functions/aggregate_function_map.h | 20 --
.../aggregate_function_map_v2.h | 20 --
.../aggregate_function_min_max.h | 54 ++--
...unction_null.h => aggregate_function_null_v2.h} | 354 ++++++++++-----------
.../aggregate_functions/aggregate_function_sum.h | 27 +-
.../aggregate_function_uniq_distribute_key.h | 12 +-
be/src/vec/aggregate_functions/helpers.h | 93 ++++--
be/src/vec/exprs/vectorized_agg_fn.cpp | 11 +-
be/src/vec/exprs/vectorized_agg_fn.h | 3 -
.../vec/aggregate_functions/agg_function_test.h | 12 -
.../vec/aggregate_functions/agg_min_max_test.cpp | 13 +-
.../java/org/apache/doris/qe/SessionVariable.java | 9 +
gensrc/thrift/PaloInternalService.thrift | 1 +
22 files changed, 335 insertions(+), 506 deletions(-)
copy be/src/vec/aggregate_functions/{aggregate_function_null.h =>
aggregate_function_null_v2.h} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]