| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.catalog | |
| org.apache.flink.table.delegation |
| Modifier and Type | Method and Description |
|---|---|
CatalogManager |
TableEnvironmentInternal.getCatalogManager()
Returns a
CatalogManager that deals with all catalog objects. |
CatalogManager |
TableEnvironmentImpl.getCatalogManager() |
| Constructor and Description |
|---|
TableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode,
ClassLoader userClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
CatalogManager |
CatalogManager.Builder.build() |
| Constructor and Description |
|---|
FunctionCatalog(org.apache.flink.configuration.ReadableConfig config,
CatalogManager catalogManager,
ModuleManager moduleManager) |
FunctionCatalog(TableConfig config,
CatalogManager catalogManager,
ModuleManager moduleManager) |
| Modifier and Type | Method and Description |
|---|---|
Planner |
PlannerFactory.create(Map<String,String> properties,
Executor executor,
TableConfig tableConfig,
FunctionCatalog functionCatalog,
CatalogManager catalogManager)
Creates a corresponding
Planner. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.