| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.delegation |
| Modifier and Type | Field and Description |
|---|---|
protected Executor |
TableEnvironmentImpl.execEnv |
| Constructor and Description |
|---|
TableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
ExecutorFactory.create(Map<String,String> properties)
Creates a corresponding
Executor. |
| 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–2020 The Apache Software Foundation. All rights reserved.