Uses of Interface
org.apache.flink.table.delegation.Planner
Packages that use Planner
Package
Description
-
Uses of Planner in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal declared as PlannerMethods in org.apache.flink.table.api.internal that return PlannerConstructors in org.apache.flink.table.api.internal with parameters of type PlannerModifierConstructorDescriptionprotectedTableEnvironmentImpl(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 PlannerModifier and TypeMethodDescriptionPlannerFactory.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 PlannerModifier and TypeMethodDescriptionstatic PlannerPlannerFactoryUtil.createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) Discovers a planner factory and creates a planner instance.