This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 77e241cbb0 [refactor](date) Use uint32 as predicate type for date type (#11708) add 8c8f48c4c2 [feature-wip](array-type) add the array_join function (#11406) No new revisions were added by this update. Summary of changes: .../functions/array/function_array_aggregation.cpp | 16 +- be/src/vec/functions/array/function_array_join.h | 243 +++++++++++++++++++++ be/src/vec/functions/array/function_array_mapped.h | 12 +- .../sql-functions/array-functions/array_join.md | 104 +++++++++ .../sql-functions/array-functions/array_join.md | 104 +++++++++ gensrc/script/doris_builtins_functions.py | 31 +++ .../array_functions/test_array_functions.out | 9 + .../array_functions/test_array_functions.groovy | 1 + 8 files changed, 512 insertions(+), 8 deletions(-) create mode 100644 be/src/vec/functions/array/function_array_join.h create mode 100644 docs/en/docs/sql-manual/sql-functions/array-functions/array_join.md create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_join.md --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org