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 8c47c57264 [regression-test](array) fix abnormal test on function
array_intersect (#15848)
add 7441b4dc96 [Feature](function) Support width_bucket function (#14396)
No new revisions were added by this update.
Summary of changes:
be/src/vec/CMakeLists.txt | 2 +
be/src/vec/functions/function_width_bucket.cpp | 142 +++++++++++++++++++
be/src/vec/functions/simple_function_factory.h | 2 +
.../docs/sql-manual/sql-functions/width-bucket.md | 154 +++++++++++++++++++++
docs/sidebars.json | 3 +-
.../docs/sql-manual/sql-functions/width-bucket.md | 153 ++++++++++++++++++++
gensrc/script/doris_builtins_functions.py | 13 ++
.../test_width_bucket_function.out | 95 +++++++++++++
.../test_width_bucket_function.groovy | 88 ++++++++++++
9 files changed, 651 insertions(+), 1 deletion(-)
create mode 100644 be/src/vec/functions/function_width_bucket.cpp
create mode 100644 docs/en/docs/sql-manual/sql-functions/width-bucket.md
create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/width-bucket.md
create mode 100644
regression-test/data/query_p0/sql_functions/width_bucket_fuctions/test_width_bucket_function.out
create mode 100644
regression-test/suites/query_p0/sql_functions/width_bucket_fuctions/test_width_bucket_function.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]