Index
All Classes and Interfaces|All Packages
A
- accept(QueryOperationVisitor<T>) - Method in class org.apache.flink.table.calcite.bridge.PlannerExternalQueryOperation
- asSummaryString() - Method in class org.apache.flink.table.calcite.bridge.PlannerExternalQueryOperation
C
- CalciteContext - Interface in org.apache.flink.table.calcite.bridge
-
To provide calcite context which is mainly used to create Calcite's RelNode.
- createCatalogReader(boolean) - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Create an instance of
CalciteCatalogReaderprovided by Flink's table planner. - createFrameworkConfig() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Create an instance of
FrameworkConfigprovided by Flink's table planner. - createRelBuilder() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Create a builder for relational expressions provided by Flink's table planner.
- createToRelContext() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Create a new instance of
RelOptTable.ToRelContextprovided by Flink's table planner.
G
- getCalciteTree() - Method in class org.apache.flink.table.calcite.bridge.PlannerExternalQueryOperation
- getChildren() - Method in class org.apache.flink.table.calcite.bridge.PlannerExternalQueryOperation
- getClassLoader() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Return the
ClassLoaderdefined inTableEnvironment. - getCluster() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Return the
RelOptClusterprovided by Flink's table planner. - getFunctionCatalog() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Return the
FunctionCatalogdefined inTableEnvironment. - getResolvedSchema() - Method in class org.apache.flink.table.calcite.bridge.PlannerExternalQueryOperation
- getTableConfig() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Return the
TableConfigdefined inTableEnvironment. - getTypeFactory() - Method in interface org.apache.flink.table.calcite.bridge.CalciteContext
-
Return the
RelDataTypeFactoryprovided by Flink's table planner.
O
- org.apache.flink.table.calcite.bridge - package org.apache.flink.table.calcite.bridge
P
- PlannerExternalQueryOperation - Class in org.apache.flink.table.calcite.bridge
-
Wrapper for valid logical plans and resolved schema generated by Planner.
- PlannerExternalQueryOperation(RelNode, ResolvedSchema) - Constructor for class org.apache.flink.table.calcite.bridge.PlannerExternalQueryOperation
All Classes and Interfaces|All Packages