| Modifier and Type | Field and Description |
|---|---|
protected FunctionCatalog |
TableEnvironmentImpl.functionCatalog |
| Modifier and Type | Method and Description |
|---|---|
FunctionCatalog |
ExecutableOperationContextImpl.getFunctionCatalog() |
| Constructor and Description |
|---|
ExecutableOperationContextImpl(CatalogManager catalogManager,
FunctionCatalog functionCatalog,
ModuleManager moduleManager,
ResourceManager resourceManager,
TableConfig tableConfig,
boolean isStreamingMode) |
TableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
ResourceManager resourceManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode) |
| Modifier and Type | Method and Description |
|---|---|
FunctionCatalog |
FunctionCatalog.copy(ResourceManager newResourceManager) |
| Modifier and Type | Method and Description |
|---|---|
FunctionCatalog |
PlannerFactory.Context.getFunctionCatalog()
The function catalog to look up user defined functions.
|
FunctionCatalog |
PlannerFactory.DefaultPlannerContext.getFunctionCatalog() |
| Constructor and Description |
|---|
DefaultPlannerContext(Executor executor,
TableConfig tableConfig,
ClassLoader classLoader,
ModuleManager moduleManager,
CatalogManager catalogManager,
FunctionCatalog functionCatalog) |
| Modifier and Type | Method and Description |
|---|---|
static Planner |
PlannerFactoryUtil.createPlanner(Executor executor,
TableConfig tableConfig,
ClassLoader userClassLoader,
ModuleManager moduleManager,
CatalogManager catalogManager,
FunctionCatalog functionCatalog)
Discovers a planner factory and creates a planner instance.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionCatalog |
ExecutableOperation.Context.getFunctionCatalog() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.