| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.delegation | |
| org.apache.flink.table.factories |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionCatalog |
TableEnvironmentImpl.functionCatalog |
| Constructor and Description |
|---|
TableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
ResourceManager resourceManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode) |
| 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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.