@Internal public class PlannerFactoryUtil extends Object
PlannerFactory
.Modifier and Type | Method and Description |
---|---|
static Planner |
createPlanner(Executor executor,
TableConfig tableConfig,
ClassLoader userClassLoader,
ModuleManager moduleManager,
CatalogManager catalogManager,
FunctionCatalog functionCatalog)
Discovers a planner factory and creates a planner instance.
|
public static Planner createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.