This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 5830710 [Vectorized][Feature] fix core dump when using function override and function alias at the same time && support substr(str,int) override (#7640) add 23e1518 [Function][Vec] add function coalesce (#7632) No new revisions were added by this update. Summary of changes: be/src/vec/CMakeLists.txt | 1 + be/src/vec/functions/function_coalesce.cpp | 143 +++++++++++++++++++++ be/src/vec/functions/simple_function_factory.h | 2 + docs/.vuepress/sidebar/en.js | 1 + docs/.vuepress/sidebar/zh-CN.js | 1 + .../day.md => string-functions/coalesce.md} | 35 +++-- .../day.md => string-functions/coalesce.md} | 36 ++++-- gensrc/script/doris_builtins_functions.py | 28 ++-- 8 files changed, 211 insertions(+), 36 deletions(-) create mode 100644 be/src/vec/functions/function_coalesce.cpp copy docs/en/sql-reference/sql-functions/{date-time-functions/day.md => string-functions/coalesce.md} (59%) copy docs/zh-CN/sql-reference/sql-functions/{date-time-functions/day.md => string-functions/coalesce.md} (60%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org