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

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


    from 25f291673f1 [fix](fe) Reject Iceberg v3 row lineage columns (#63825)
     add 456aa02b7a3 [refactor](be) Use ColumnArrayView in array functions 
(#64873)

No new revisions were added by this update.

Summary of changes:
 be/src/core/column/column_array_view.h             |   2 +
 be/src/exprs/function/array/function_array_index.h | 183 ++----------
 .../exprs/function/array/function_array_remove.h   | 310 +++------------------
 .../exprs/function/array/function_arrays_overlap.h | 141 ++++------
 .../exprs/function/function_array_index_test.cpp   |  25 ++
 .../exprs/function/function_array_remove_test.cpp  | 115 ++++++++
 .../function/function_arrays_overlap_test.cpp      |  22 ++
 7 files changed, 285 insertions(+), 513 deletions(-)
 create mode 100644 be/test/exprs/function/function_array_remove_test.cpp


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

Reply via email to