This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 8ff8705b3f [fix](olap) deletion statement with space conditions did not take effect (#20349) add d68f3f3b3d [Feature](array-functions)improve array functions for array_last_index (#20294) No new revisions were added by this update. Summary of changes: be/src/vec/CMakeLists.txt | 2 +- ....cpp => function_array_first_or_last_index.cpp} | 41 +++++++--- .../functions/array/function_array_register.cpp | 4 +- .../{array_first_index.md => array_last_index.md} | 67 ++++++++-------- docs/sidebars.json | 1 + .../array-functions/array_last_index.md | 89 ++++++++++++++++++++++ .../doris/analysis/LambdaFunctionCallExpr.java | 5 +- gensrc/script/doris_builtins_functions.py | 2 + ...tion.out => test_array_last_index_function.out} | 42 +++++----- ...roovy => test_array_last_index_function.groovy} | 40 +++++----- 10 files changed, 200 insertions(+), 93 deletions(-) rename be/src/vec/functions/array/{function_array_first_index.cpp => function_array_first_or_last_index.cpp} (70%) copy docs/en/docs/sql-manual/sql-functions/array-functions/{array_first_index.md => array_last_index.md} (68%) create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_last_index.md copy regression-test/data/query_p0/sql_functions/array_functions/{test_array_first_index_function.out => test_array_last_index_function.out} (66%) copy regression-test/suites/query_p0/sql_functions/array_functions/{test_array_count_function.groovy => test_array_last_index_function.groovy} (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org