| 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) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionResolver.ExpressionResolverBuilder |
ExpressionResolver.resolverFor(TableConfig config,
TableReferenceLookup tableCatalog,
FunctionLookup functionLookup,
QueryOperation... inputs)
Creates a builder for
ExpressionResolver. |
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
ResolverRule.ResolutionContext.configuration()
Access to configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UserDefinedFunctionHelper.prepareFunction(TableConfig config,
org.apache.flink.table.functions.UserDefinedFunction function)
Prepares a
UserDefinedFunction for usage in the API. |
| Modifier and Type | Method and Description |
|---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig config,
FunctionLookup functionCatalog,
TableReferenceLookup tableReferenceLookup,
boolean isStreamingMode) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.