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

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


    from 307170030c [Bug](materialized-view) fix core dump when create mv have 
case different with base table (#18206)
     add 20b3bdb000 [vectorized](function) support array_first_index function 
(#18175)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |  1 +
 .../functions/array/function_array_first_index.cpp | 92 ++++++++++++++++++++++
 .../functions/array/function_array_register.cpp    |  2 +
 .../array-functions/array_first_index.md           | 87 ++++++++++++++++++++
 docs/sidebars.json                                 |  1 +
 .../array-functions/array_first_index.md           | 87 ++++++++++++++++++++
 .../doris/analysis/LambdaFunctionCallExpr.java     |  8 +-
 gensrc/script/doris_builtins_functions.py          |  2 +
 .../test_array_first_index_function.out            | 88 +++++++++++++++++++++
 .../test_array_first_index_function.groovy         | 63 +++++++++++++++
 10 files changed, 427 insertions(+), 4 deletions(-)
 create mode 100644 be/src/vec/functions/array/function_array_first_index.cpp
 create mode 100644 
docs/en/docs/sql-manual/sql-functions/array-functions/array_first_index.md
 create mode 100644 
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_first_index.md
 create mode 100644 
regression-test/data/query_p0/sql_functions/array_functions/test_array_first_index_function.out
 create mode 100644 
regression-test/suites/query_p0/sql_functions/array_functions/test_array_first_index_function.groovy


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

Reply via email to