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 37b9b038c4 [typo](docs) fix Fix incorrect url address in 
export-manual.md. (#17072)
     add c4edea5936 [Enchancement](function) refact and optimize some function 
register (#16955)

No new revisions were added by this update.

Summary of changes:
 .../aggregate_functions/aggregate_function_avg.cpp |  21 +-
 .../aggregate_functions/aggregate_function_avg.h   |   7 +-
 .../aggregate_functions/aggregate_function_bit.cpp |  34 +--
 .../aggregate_function_distinct.cpp                |  31 +-
 .../aggregate_function_min_max.cpp                 |  74 ++---
 .../aggregate_function_min_max.h                   |  15 +-
 .../aggregate_functions/aggregate_function_null.h  |  94 +++++--
 .../aggregate_function_orthogonal_bitmap.cpp       |  29 +-
 .../aggregate_function_product.h                   |   7 +-
 .../aggregate_functions/aggregate_function_sum.cpp |  21 +-
 .../aggregate_functions/aggregate_function_sum.h   |   7 +-
 .../aggregate_function_uniq.cpp                    |  38 +--
 be/src/vec/aggregate_functions/helpers.h           | 311 +++++++++++----------
 be/src/vec/data_types/data_type_decimal.h          |   3 +-
 be/src/vec/data_types/data_type_nullable.cpp       |  13 +-
 be/src/vec/data_types/data_type_nullable.h         |   5 +
 be/src/vec/data_types/get_least_supertype.cpp      |   2 +-
 .../functions/array/function_array_aggregation.cpp |   9 +-
 18 files changed, 374 insertions(+), 347 deletions(-)


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

Reply via email to