Package org.apache.flink.table.factories
Class PlannerFactoryUtil
java.lang.Object
org.apache.flink.table.factories.PlannerFactoryUtil
Utility for discovering and instantiating
PlannerFactory.-
Method Summary
Modifier and TypeMethodDescriptionstatic PlannercreatePlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) Discovers a planner factory and creates a planner instance.
-
Method Details
-
createPlanner
public static Planner createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) Discovers a planner factory and creates a planner instance.
-