This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from aadfbcb [test] support order qt for sql file and fix exception (#8483)
add a824c3e [feature](vectorized) support lateral view (#8448)
No new revisions were added by this update.
Summary of changes:
be/src/exec/exec_node.cpp | 13 +-
be/src/exec/table_function_node.cpp | 69 ++++---
be/src/exec/table_function_node.h | 10 +-
be/src/exprs/table_function/explode_split.cpp | 18 +-
be/src/exprs/table_function/explode_split.h | 5 +-
be/src/exprs/table_function/table_function.h | 46 ++++-
.../table_function/table_function_factory.cpp | 57 ++++--
.../exprs/table_function/table_function_factory.h | 12 +-
be/src/vec/CMakeLists.txt | 2 +
be/src/vec/exec/vrepeat_node.cpp | 36 ++--
be/src/vec/exec/vrepeat_node.h | 2 +-
be/src/vec/exec/vtable_function_node.cpp | 224 +++++++++++++++++++++
.../{vodbc_scan_node.h => vtable_function_node.h} | 31 ++-
be/src/vec/exprs/table_function/vexplode_split.cpp | 99 +++++++++
.../exprs/table_function/vexplode_split.h} | 28 ++-
be/src/vec/exprs/vexpr.h | 2 +
be/src/vec/functions/function_fake.cpp | 1 +
be/src/vec/functions/function_fake.h | 8 +
18 files changed, 551 insertions(+), 112 deletions(-)
create mode 100644 be/src/vec/exec/vtable_function_node.cpp
copy be/src/vec/exec/{vodbc_scan_node.h => vtable_function_node.h} (54%)
create mode 100644 be/src/vec/exprs/table_function/vexplode_split.cpp
copy be/src/{exprs/table_function/table_function_factory.h =>
vec/exprs/table_function/vexplode_split.h} (55%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]