This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch tpch500
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 651cdc86721 [Improvement](decimal) reduce overhead on disable check 
decimal overflow (#28249)
     new 2121c97465d [fix](expr) fix performance problem caused by too many 
virtual function call (#28508)
     new 24aecee15dc [fix](Nereids) stats estimation of lessThan #28444

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/vec/columns/column.h                        |  2 +
 be/src/vec/columns/column_decimal.cpp              | 12 ++++++
 be/src/vec/columns/column_decimal.h                |  2 +
 be/src/vec/columns/column_nullable.cpp             | 10 -----
 be/src/vec/columns/column_nullable.h               |  2 -
 be/src/vec/columns/column_vector.cpp               | 12 ++++++
 be/src/vec/columns/column_vector.h                 |  2 +
 be/src/vec/functions/function.cpp                  | 27 +++++---------
 be/src/vec/functions/function.h                    | 18 +++++++++
 be/src/vec/functions/function_binary_arithmetic.h  | 10 +++++
 be/src/vec/functions/function_helpers.cpp          | 35 ++++++++++++------
 be/src/vec/functions/function_helpers.h            | 12 +++---
 .../doris/nereids/stats/FilterEstimation.java      |  4 ++
 .../apache/doris/statistics/StatisticRange.java    |  4 ++
 .../data/datatype_p0/decimalv3/fix-overflow.out    | 12 ++++++
 .../datatype_p0/decimalv3/fix-overflow.groovy      | 43 ++++++++++++++++++++++
 16 files changed, 161 insertions(+), 46 deletions(-)


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

Reply via email to