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 Planner |
TableEnvironmentImpl.planner |
Modifier and Type | Method and Description |
---|---|
Planner |
TableEnvironmentImpl.getPlanner() |
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 |
---|---|
Planner |
PlannerFactory.create(PlannerFactory.Context context)
Creates a corresponding
Planner . |
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.