This is an automated email from the ASF dual-hosted git repository.
jianliangqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from e22f5891d2 [WIP](row store) two phase opt read row store (#18654)
add 325a1d4b28 [vectorized](function) support array_count function (#18557)
No new revisions were added by this update.
Summary of changes:
be/src/vec/CMakeLists.txt | 1 +
.../vec/functions/array/function_array_count.cpp | 115 +++++++++++++++++++++
.../functions/array/function_array_register.cpp | 2 +
.../sql-functions/array-functions/array_count.md | 112 ++++++++++++++++++++
docs/sidebars.json | 1 +
.../sql-functions/array-functions/array_count.md | 106 +++++++++++++++++++
.../doris/analysis/LambdaFunctionCallExpr.java | 7 +-
gensrc/script/doris_builtins_functions.py | 1 +
..._function.out => test_array_count_function.out} | 51 ++++-----
...ion.groovy => test_array_count_function.groovy} | 40 +++----
10 files changed, 391 insertions(+), 45 deletions(-)
create mode 100644 be/src/vec/functions/array/function_array_count.cpp
create mode 100644
docs/en/docs/sql-manual/sql-functions/array-functions/array_count.md
create mode 100644
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_count.md
copy
regression-test/data/query_p0/sql_functions/array_functions/{test_array_first_index_function.out
=> test_array_count_function.out} (65%)
copy
regression-test/suites/query_p0/sql_functions/array_functions/{test_array_first_index_function.groovy
=> test_array_count_function.groovy} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]