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

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


    from e2ac06d6d6 [Chore](execution) change PipelineTaskState to enum class 
&& remove some row-based code (#17300)
     add b1d65f855d [Feature](array-function) Support array_concat function 
(#17436)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |  1 +
 .../vec/functions/array/function_array_concat.cpp  | 93 ++++++++++++++++++++++
 .../functions/array/function_array_register.cpp    |  2 +
 .../{array_popback.md => array_concat.md}          | 43 ++++++----
 docs/sidebars.json                                 |  1 +
 .../{array_popback.md => array_concat.md}          | 44 ++++++----
 .../apache/doris/analysis/FunctionCallExpr.java    |  6 +-
 gensrc/script/doris_builtins_functions.py          | 19 +++++
 .../array_functions/test_array_functions.out       | 44 ++++++++++
 .../test_array_functions_by_literal.out            | 24 ++++++
 .../array_functions/test_array_with_scale_type.out | 16 ++++
 .../array_functions/test_array_functions.groovy    |  6 +-
 .../test_array_functions_by_literal.groovy         |  9 +++
 .../test_array_with_scale_type.groovy              |  5 ++
 14 files changed, 281 insertions(+), 32 deletions(-)
 create mode 100644 be/src/vec/functions/array/function_array_concat.cpp
 copy docs/en/docs/sql-manual/sql-functions/array-functions/{array_popback.md 
=> array_concat.md} (52%)
 copy 
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/{array_popback.md => 
array_concat.md} (50%)


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

Reply via email to