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/doris.git
from 1576130094 [ehancement](stats) Tune stats framework (#18118)
add 642c378fc7 [feature](table-valued-function) add Backends
table-valued-function (#17667)
No new revisions were added by this update.
Summary of changes:
be/src/vec/exec/scan/vmeta_scanner.cpp | 36 +++++++
be/src/vec/exec/scan/vmeta_scanner.h | 5 +-
fe/fe-core/src/main/cup/sql_parser.cup | 21 +++-
.../tablefunction/BackendsTableValuedFunction.java | 96 +++++++++++++++++
.../doris/tablefunction/MetadataGenerator.java | 113 +++++++++++++++++++++
.../doris/tablefunction/TableValuedFunctionIf.java | 2 +
gensrc/thrift/FrontendService.thrift | 1 +
gensrc/thrift/PlanNodes.thrift | 5 +
gensrc/thrift/Types.thrift | 3 +-
9 files changed, 278 insertions(+), 4 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/tablefunction/BackendsTableValuedFunction.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]