@Internal public static interface PlannerFactory.Context
Modifier and Type | Method and Description |
---|---|
CatalogManager |
getCatalogManager()
The catalog manager to look up tables and views.
|
ClassLoader |
getClassLoader()
The user classloader.
|
Executor |
getExecutor()
The executor required by the planner.
|
FunctionCatalog |
getFunctionCatalog()
The function catalog to look up user defined functions.
|
ModuleManager |
getModuleManager()
The module manager.
|
TableConfig |
getTableConfig()
The configuration of the planner to use.
|
Executor getExecutor()
TableConfig getTableConfig()
ClassLoader getClassLoader()
EnvironmentSettings.getUserClassLoader()
ModuleManager getModuleManager()
CatalogManager getCatalogManager()
FunctionCatalog getFunctionCatalog()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.