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

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


    from a9f51b5  [feature-wip](array-type) Fix compilation error. (#8422) 
(#8587)
     add 71ce3c4  [feature-wip](array-type) Add codes and UT for array_contains 
and array_position functions (#8401) (#8589)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |   2 +
 .../function_array_index.cpp}                      |  14 +-
 be/src/vec/functions/array/function_array_index.h  | 196 +++++++++++
 .../function_array_register.cpp}                   |  12 +-
 be/src/vec/functions/simple_function_factory.h     |   2 +
 be/src/vec/olap/vgeneric_iterators.cpp             |   3 -
 be/test/vec/exec/vgeneric_iterators_test.cpp       |   3 -
 be/test/vec/function/CMakeLists.txt                |   1 +
 be/test/vec/function/function_array_index_test.cpp | 127 +++++++
 be/test/vec/function/function_test_util.h          | 384 ++++++++++-----------
 .../java/org/apache/doris/catalog/ArrayType.java   |   4 +
 gensrc/script/doris_builtins_functions.py          |  37 ++
 12 files changed, 562 insertions(+), 223 deletions(-)
 copy be/src/vec/functions/{comparison_equals.cpp => 
array/function_array_index.cpp} (66%)
 create mode 100644 be/src/vec/functions/array/function_array_index.h
 copy be/src/vec/functions/{function_cast.cpp => 
array/function_array_register.cpp} (83%)
 create mode 100644 be/test/vec/function/function_array_index_test.cpp

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

Reply via email to