starrocks/be/test/exprs
lyw b05e7ded50
[Feature](function) support sec_to_time (#62797)
2025-10-11 17:28:48 +08:00
..
agg [Enhancement] support column zero copy read from page cache (#62331) 2025-09-08 14:17:12 +08:00
table_function [BugFix] BE crash when invoke list_rowsets() in non shared mode (#57462) 2025-06-19 16:09:45 +08:00
arithmetic_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
arithmetic_operation_test.cpp [Refactor] Rename exprs/vectorized to exprs (#15550) 2022-12-22 07:46:56 +08:00
array_element_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
array_expr_test.cpp [Enhancement] array_expr return constant column (#40689) 2024-03-07 21:12:57 +08:00
array_functions_test.cpp [Enhancement] fix null_or_empty can support array type (#62207) 2025-08-29 11:57:02 +08:00
binary_function_test.cpp [Enhancement] support to_binary/from_binary function (#20899) 2023-04-14 11:01:14 +08:00
binary_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
binary_predicate_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
bitmap_functions_test.cpp [UT] clean clang compiler warnings (#58840) 2025-05-09 09:32:44 -07:00
case_expr_test.cpp [UT] fix case when expr ut error (#60107) 2025-06-20 14:28:57 +08:00
cast_expr_test.cpp [UT] Fix broken stringCastBitmapFailed0 test (#60971) 2025-07-16 14:57:56 +08:00
coalesce_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
compound_predicate_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
condition_expr_test.cpp [UT] fix unstable be ut (#56979) 2025-03-17 15:19:13 +08:00
decimal_binary_function_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
decimal_cast_expr_decimal_test.cpp [Refactor] Move primitive type (#16346) 2023-01-08 09:50:59 -08:00
decimal_cast_expr_decimalv2_test.cpp [Refactor] Move primitive type (#16346) 2023-01-08 09:50:59 -08:00
decimal_cast_expr_float_test.cpp [UT] Fix floating-point precision test failures on ARM platforms (#63427) 2025-09-23 15:10:35 +08:00
decimal_cast_expr_integer_test.cpp [Refactor] Move primitive type (#16346) 2023-01-08 09:50:59 -08:00
decimal_cast_expr_test_helper.h [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
decimal_cast_expr_time_test.cpp [Refactor] Move primitive type (#16346) 2023-01-08 09:50:59 -08:00
dict_expr_test.cpp [BugFix] Fix throw exception issue in low-cardinality optimization error in ALLOW_THROW_EXCEPTION mode (#62098) 2025-08-20 16:51:29 +08:00
encryption_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
es_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
exprs_test_helper.h [Enhancement] add parquet DELTA_BINARY_PACKED encoding benchmark (#58470) 2025-05-07 09:27:18 +08:00
flat_json_functions_test.cpp [BugFix] Fix flat json use large storage (#58178) 2025-04-23 14:35:56 +08:00
function_call_expr_test.cpp [BugFix] Fix the mem leak of VectorizedFunctionCallExpr (#44275) 2024-04-18 20:13:43 +08:00
function_helper_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
geography_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
gin_functions_test.cpp [Feature] Support tokenize function (#58965) 2025-05-21 13:08:01 +08:00
hash_functions_test.cpp [Enhancement] support collection array column ndv (#60623) 2025-07-10 14:44:31 +08:00
hyperloglog_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
if_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
in_const_predicate_test.cpp [BugFix] Fix the bug of VectorizedInConstPredicate::clone (#53938) 2024-12-14 00:54:46 +08:00
in_predicate_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
is_null_predicate_test.cpp [Refactor] Rename exprs/vectorized to exprs (#15550) 2022-12-22 07:46:56 +08:00
jit_cache_test.cpp [BugFix] Executable segments generated by JIT are not released when it is evicted from JIT cache (#61027) 2025-07-18 16:43:09 +08:00
json_functions_test.cpp [Enhancement] Implement function json_contains (#61403) 2025-08-13 10:42:27 +08:00
lambda_array_expr_test.cpp [BugFix] fix lambda common expr slot id conflicts in array_map (#62414) 2025-08-28 05:50:04 +00:00
lambda_map_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
like_test.cpp [Enhancement] Support Parquet Reader Bloom Filter (#56445) 2025-03-12 15:21:54 +08:00
map_element_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
map_expr_test.cpp [BugFix] Fix map_element bug when const map and variable key (#37637) 2024-01-03 11:06:56 +08:00
map_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
math_functions_test.cpp [Enhancement] avoid pow regression in glibc-2.34 (#62044) 2025-08-19 10:22:05 +08:00
min_max_predicate_test.cpp [Refactor] establish abstract base for bloom filter hierarchy (#57101) 2025-03-24 13:37:14 +08:00
mock_vectorized_expr.h [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
null_if_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
percentile_functions_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
runtime_filter_test.cpp [Enhancement] Introduce runtime bitset filter (#57157) 2025-03-25 17:04:14 +08:00
string_fn_concat_test.cpp [Enhancement] support column zero copy read from page cache (#62331) 2025-09-08 14:17:12 +08:00
string_fn_field.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_format_bytes_test.cpp [Feature] Add format_bytes function for human-readable byte formatting (#61535) 2025-08-05 12:07:38 +08:00
string_fn_locate_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_money_format_decimal_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_pad_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_regexp_replace_test.cpp [Enhancement] add parquet DELTA_BINARY_PACKED encoding benchmark (#58470) 2025-05-07 09:27:18 +08:00
string_fn_repeat_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_reverse_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_sm3_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_space_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_substr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_test.cpp [BugFix]Fixed the behavior of the regexp_extract_all function when pos equals null and added support for pos equal to 0. (#63626) 2025-09-28 15:39:03 +08:00
string_fn_trim_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
string_fn_url_extract_parameter_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
struct_functions_test.cpp [Feature] support struct constructor (#24137) 2023-06-02 10:02:23 -07:00
subfield_expr_test.cpp [Feature] [Refactor] (COW Part2) Introduce Cow Column in StarRocks (#56287) 2025-03-06 11:10:58 +08:00
time_functions_bench.cpp [Enhancement] function hour_from_unixtime (#60331) 2025-07-10 16:16:51 +08:00
time_functions_test.cpp [Feature](function) support sec_to_time (#62797) 2025-10-11 17:28:48 +08:00
utility_functions_test.cpp [Enhancement] support encode_sort_key function (#61781) 2025-08-15 15:26:22 +08:00
vectorized_literal_test.cpp [BugFix] Fix orc search argument build failed for decimal type (#48974) 2024-07-29 10:46:07 +08:00