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

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


    from 994a2e967b  [chore](git) add git ignore to avoid commit error (#18011)
     add 089a91ecd5 [vectorized](function) support array_exists lambda function 
(#17931)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |   1 +
 .../vec/functions/array/function_array_exists.cpp  |  90 ++++++++++++++++
 .../functions/array/function_array_register.cpp    |   2 +
 .../sql-functions/array-functions/array_exists.md  | 114 +++++++++++++++++++++
 docs/sidebars.json                                 |   1 +
 .../sql-functions/array-functions/array_exists.md  | 113 ++++++++++++++++++++
 .../apache/doris/analysis/FunctionCallExpr.java    |  17 +++
 .../doris/analysis/LambdaFunctionCallExpr.java     |  49 ++++++++-
 gensrc/script/doris_builtins_functions.py          |  19 ++++
 .../array_functions/test_array_exists_function.out |  72 +++++++++++++
 .../test_array_exists_function.groovy              |  63 ++++++++++++
 11 files changed, 537 insertions(+), 4 deletions(-)
 create mode 100644 be/src/vec/functions/array/function_array_exists.cpp
 create mode 100644 
docs/en/docs/sql-manual/sql-functions/array-functions/array_exists.md
 create mode 100644 
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_exists.md
 create mode 100644 
regression-test/data/query_p0/sql_functions/array_functions/test_array_exists_function.out
 create mode 100644 
regression-test/suites/query_p0/sql_functions/array_functions/test_array_exists_function.groovy


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

Reply via email to