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 685f452 [Vectorized][Improvement] Enhancement unit test for
vectorized function (#7750)
add d2f2210 [Vectorized][feature](planner)(executor) Support grouping
sets rollup cube (#7601)
No new revisions were added by this update.
Summary of changes:
be/src/exec/exec_node.cpp | 8 +-
be/src/exec/repeat_node.h | 2 +-
be/src/vec/CMakeLists.txt | 2 +
be/src/vec/exec/vrepeat_node.cpp | 245 +++++++++++++++++++++
.../exec/{ves_http_scan_node.h => vrepeat_node.h} | 37 ++--
.../function_grouping.cpp} | 15 +-
be/src/vec/functions/function_grouping.h | 90 ++++++++
be/src/vec/functions/simple_function_factory.h | 2 +
.../apache/doris/planner/SingleNodePlanner.java | 10 +
gensrc/script/doris_builtins_functions.py | 4 +-
10 files changed, 386 insertions(+), 29 deletions(-)
create mode 100644 be/src/vec/exec/vrepeat_node.cpp
copy be/src/vec/exec/{ves_http_scan_node.h => vrepeat_node.h} (51%)
copy be/src/vec/{core/column_numbers.h => functions/function_grouping.cpp}
(78%)
create mode 100644 be/src/vec/functions/function_grouping.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]