This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch vectorized
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from ee90c94 [Vectorization] Support SegmentIterator vectorization (#7613)
add 685f452 [Vectorized][Improvement] Enhancement unit test for
vectorized function (#7750)
No new revisions were added by this update.
Summary of changes:
be/src/vec/core/types.h | 7 +
be/src/vec/data_types/data_type_decimal.h | 3 +-
be/src/vec/functions/function.h | 3 +-
be/test/vec/function/CMakeLists.txt | 1 -
be/test/vec/function/function_abs_test.cpp | 92 -----
be/test/vec/function/function_arithmetic_test.cpp | 49 +--
be/test/vec/function/function_bitmap_test.cpp | 39 +--
be/test/vec/function/function_comparison_test.cpp | 50 +--
be/test/vec/function/function_hash_test.cpp | 43 +--
be/test/vec/function/function_ifnull_test.cpp | 51 +--
be/test/vec/function/function_like_test.cpp | 130 ++++---
be/test/vec/function/function_math_test.cpp | 231 ++++++++----
be/test/vec/function/function_nullif_test.cpp | 39 +--
be/test/vec/function/function_string_test.cpp | 249 +++++++------
be/test/vec/function/function_test_util.h | 121 ++++++-
be/test/vec/function/function_time_test.cpp | 405 +++++++++-------------
run-be-ut.sh | 26 +-
17 files changed, 730 insertions(+), 809 deletions(-)
delete mode 100644 be/test/vec/function/function_abs_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]