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 105d9a9513 [typo](doc) Fix a wrongly written in the release note for 
1.2.0 version (#20496)
     add 35a2be1074 [refactor](agg_state) refactor agg_state type to support 
fixed length object type (#20370)

No new revisions were added by this update.

Summary of changes:
 .../aggregate_functions/aggregate_function_avg.h   |  13 +++
 .../aggregate_functions/aggregate_function_count.h | 104 +++++++++++++++------
 .../aggregate_function_min_max.h                   |  16 ++++
 .../aggregate_function_state_union.h               |  14 ++-
 .../aggregate_functions/aggregate_function_sum.h   |  50 +++++++---
 be/src/vec/columns/column_fixed_length_object.h    |  70 ++++++++++++--
 be/src/vec/data_types/data_type_agg_state.h        |  43 ++++++++-
 .../vec/data_types/data_type_fixed_length_object.h |   2 +-
 .../serde/data_type_fixedlengthobject_serde.h      |  15 ++-
 be/src/vec/functions/function_agg_state.h          |   9 +-
 be/src/vec/olap/olap_data_convertor.cpp            |  84 ++++++++++++++++-
 be/src/vec/olap/olap_data_convertor.h              |  12 +++
 12 files changed, 364 insertions(+), 68 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to