Uses of Interface
org.apache.flink.table.delegation.Planner
-
-
Uses of Planner in org.apache.flink.table.api.bridge.internal
Constructors in org.apache.flink.table.api.bridge.internal with parameters of type Planner Constructor Description AbstractStreamTableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, Executor executor, FunctionCatalog functionCatalog, Planner planner, boolean isStreamingMode, StreamExecutionEnvironment executionEnvironment)
-
Uses of Planner in org.apache.flink.table.api.bridge.java.internal
Constructors in org.apache.flink.table.api.bridge.java.internal with parameters of type Planner Constructor Description StreamTableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, FunctionCatalog functionCatalog, TableConfig tableConfig, StreamExecutionEnvironment executionEnvironment, Planner planner, Executor executor, boolean isStreamingMode)
-
Uses of Planner in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal declared as Planner Modifier and Type Field Description protected Planner
TableEnvironmentImpl. planner
Methods in org.apache.flink.table.api.internal that return Planner Modifier and Type Method Description Planner
TableEnvironmentImpl. getPlanner()
Constructors in org.apache.flink.table.api.internal with parameters of type Planner Constructor Description TableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, Executor executor, FunctionCatalog functionCatalog, Planner planner, boolean isStreamingMode)
-
Uses of Planner in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return Planner Modifier and Type Method Description Planner
PlannerFactory. create(PlannerFactory.Context context)
Creates a correspondingPlanner
. -
Uses of Planner in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return Planner Modifier and Type Method Description static Planner
PlannerFactoryUtil. createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)
Discovers a planner factory and creates a planner instance. -
Uses of Planner in org.apache.flink.table.planner.delegation
Methods in org.apache.flink.table.planner.delegation that return Planner Modifier and Type Method Description Planner
DefaultPlannerFactory. create(PlannerFactory.Context context)
-
Uses of Planner in org.apache.flink.table.planner.loader
Methods in org.apache.flink.table.planner.loader that return Planner Modifier and Type Method Description Planner
DelegatePlannerFactory. create(PlannerFactory.Context context)
-
Uses of Planner in org.apache.flink.table.planner.plan.nodes.exec
Methods in org.apache.flink.table.planner.plan.nodes.exec with parameters of type Planner Modifier and Type Method Description OpFusionCodegenSpecGenerator
ExecEdge. translateToFusionCodegenSpec(Planner planner, org.apache.flink.table.planner.codegen.CodeGeneratorContext parentCtx)
Translates this edge into operator fusion codegen spec generator.OpFusionCodegenSpecGenerator
ExecNodeBase. translateToFusionCodegenSpec(Planner planner, org.apache.flink.table.planner.codegen.CodeGeneratorContext parentCtx)
OpFusionCodegenSpecGenerator
FusionCodegenExecNode. translateToFusionCodegenSpec(Planner planner, org.apache.flink.table.planner.codegen.CodeGeneratorContext parentCtx)
Translates this node into aOpFusionCodegenSpecGenerator
.Transformation<?>
ExecEdge. translateToPlan(Planner planner)
Translates this edge into a Flink operator.Transformation<T>
ExecNodeBase. translateToPlan(Planner planner)
Transformation<T>
ExecNodeTranslator. translateToPlan(Planner planner)
Translates this node into aTransformation
. -
Uses of Planner in org.apache.flink.table.planner.utils
Methods in org.apache.flink.table.planner.utils with parameters of type Planner Modifier and Type Method Description static org.apache.flink.table.planner.calcite.FlinkTypeFactory
ShortcutUtils. unwrapTypeFactory(Planner planner)
-