| Modifier and Type | Method and Description |
|---|---|
TableConfig |
TableEnvironment.getConfig()
Returns the table config that defines the runtime behavior of the Table API.
|
static TableConfig |
TableConfig.getDefault() |
| Modifier and Type | Field and Description |
|---|---|
protected TableConfig |
TableEnvironmentImpl.tableConfig |
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
TableEnvironmentImpl.getConfig() |
| Constructor and Description |
|---|
TableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode,
ClassLoader userClassLoader) |
| Constructor and Description |
|---|
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. |
org.apache.flink.api.dag.Pipeline |
Executor.createPipeline(List<org.apache.flink.api.dag.Transformation<?>> transformations,
TableConfig tableConfig,
String jobName)
Translates the given transformations to a Pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionResolver.ExpressionResolverBuilder |
ExpressionResolver.resolverFor(TableConfig config,
TableReferenceLookup tableCatalog,
FunctionLookup functionLookup,
org.apache.flink.table.catalog.DataTypeFactory typeFactory,
SqlExpressionResolver sqlExpressionResolver,
QueryOperation... inputs)
Creates a builder for
ExpressionResolver. |
| Modifier and Type | Method and Description |
|---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig config,
FunctionLookup functionCatalog,
org.apache.flink.table.catalog.DataTypeFactory typeFactory,
TableReferenceLookup tableReferenceLookup,
SqlExpressionResolver sqlExpressionResolver,
boolean isStreamingMode) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.