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() |
<T> TableConfig |
TableConfig.set(org.apache.flink.configuration.ConfigOption<T> option,
T value)
Sets an application-specific value for the given
ConfigOption . |
TableConfig |
TableConfig.set(String key,
String value)
Sets an application-specific string-based value for the given string-based key.
|
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,
ResourceManager resourceManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode) |
Modifier and Type | Method and Description |
---|---|
TableConfig |
PlannerFactory.Context.getTableConfig()
The configuration of the planner to use.
|
TableConfig |
PlannerFactory.DefaultPlannerContext.getTableConfig() |
Constructor and Description |
---|
DefaultPlannerContext(Executor executor,
TableConfig tableConfig,
ClassLoader classLoader,
ModuleManager moduleManager,
CatalogManager catalogManager,
FunctionCatalog functionCatalog) |
Modifier and Type | Method and Description |
---|---|
static ExpressionResolver.ExpressionResolverBuilder |
ExpressionResolver.resolverFor(TableConfig tableConfig,
ClassLoader userClassLoader,
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 Planner |
PlannerFactoryUtil.createPlanner(Executor executor,
TableConfig tableConfig,
ClassLoader userClassLoader,
ModuleManager moduleManager,
CatalogManager catalogManager,
FunctionCatalog functionCatalog)
Discovers a planner factory and creates a planner instance.
|
Modifier and Type | Method and Description |
---|---|
static OperationTreeBuilder |
OperationTreeBuilder.create(TableConfig tableConfig,
ClassLoader userClassLoader,
FunctionLookup functionCatalog,
org.apache.flink.table.catalog.DataTypeFactory typeFactory,
TableReferenceLookup tableReferenceLookup,
SqlExpressionResolver sqlExpressionResolver,
boolean isStreamingMode) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.addJarConfiguration(TableConfig tableConfig)
Adds the local jar resources to the given
TableConfig . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.