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 b1d65f855d [Feature](array-function) Support array_concat function
(#17436)
add 4ea0d6c5fa [feature](array_function) add support for array_popfront
(#17416)
No new revisions were added by this update.
Summary of changes:
be/src/vec/CMakeLists.txt | 1 +
...ray_popback.cpp => function_array_popfront.cpp} | 14 ++---
.../functions/array/function_array_register.cpp | 2 +
.../{array_popback.md => array_popfront.md} | 20 +++----
docs/sidebars.json | 1 +
.../{array_popback.md => array_popfront.md} | 21 ++++---
.../apache/doris/analysis/FunctionCallExpr.java | 1 +
gensrc/script/doris_builtins_functions.py | 19 +++++++
.../array_functions/test_array_functions.out | 66 ++++++++++++++++++++++
.../test_array_functions_by_literal.out | 33 +++++++++++
.../array_functions/test_array_functions.groovy | 6 ++
.../test_array_functions_by_literal.groovy | 13 +++++
12 files changed, 169 insertions(+), 28 deletions(-)
copy be/src/vec/functions/array/{function_array_popback.cpp =>
function_array_popfront.cpp} (92%)
copy docs/en/docs/sql-manual/sql-functions/array-functions/{array_popback.md
=> array_popfront.md} (76%)
copy
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/{array_popback.md =>
array_popfront.md} (73%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]