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 Executor |
TableEnvironmentImpl.execEnv |
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 |
---|---|
Executor |
ExecutorFactory.create(org.apache.flink.configuration.Configuration configuration)
Creates a corresponding
Executor . |
Executor |
PlannerFactory.Context.getExecutor()
The executor required by the planner.
|
Executor |
PlannerFactory.DefaultPlannerContext.getExecutor() |
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.