Uses of Interface
org.apache.flink.table.delegation.Planner
-
Packages that use Planner Package Description org.apache.flink.table.api.internal org.apache.flink.table.delegation org.apache.flink.table.factories -
-
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 PlannerTableEnvironmentImpl. plannerMethods in org.apache.flink.table.api.internal that return Planner Modifier and Type Method Description PlannerTableEnvironmentImpl. 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 PlannerPlannerFactory. 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 PlannerPlannerFactoryUtil. createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)Discovers a planner factory and creates a planner instance.
-