Uses of Class
org.apache.flink.table.api.TableConfig
-
-
Uses of TableConfig in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TableConfig Modifier and Type Method Description TableConfig
TableEnvironment. getConfig()
Returns the table config that defines the runtime behavior of the Table API.static TableConfig
TableConfig. getDefault()
TableConfig
TableConfig. set(String key, String value)
Sets an application-specific string-based value for the given string-based key.<T> TableConfig
TableConfig. set(org.apache.flink.configuration.ConfigOption<T> option, T value)
Sets an application-specific value for the givenConfigOption
. -
Uses of TableConfig in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal declared as TableConfig Modifier and Type Field Description protected TableConfig
TableEnvironmentImpl. tableConfig
Methods in org.apache.flink.table.api.internal that return TableConfig Modifier and Type Method Description TableConfig
TableEnvironmentImpl. getConfig()
TableConfig
ExecutableOperationContextImpl. getTableConfig()
Constructors in org.apache.flink.table.api.internal with parameters of type TableConfig Constructor Description ExecutableOperationContextImpl(CatalogManager catalogManager, FunctionCatalog functionCatalog, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, boolean isStreamingMode)
TableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, Executor executor, FunctionCatalog functionCatalog, Planner planner, boolean isStreamingMode)
-
Uses of TableConfig in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return TableConfig Modifier and Type Method Description TableConfig
PlannerFactory.Context. getTableConfig()
The configuration of the planner to use.TableConfig
PlannerFactory.DefaultPlannerContext. getTableConfig()
Constructors in org.apache.flink.table.delegation with parameters of type TableConfig Constructor Description DefaultPlannerContext(Executor executor, TableConfig tableConfig, ClassLoader classLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)
-
Uses of TableConfig in org.apache.flink.table.expressions.resolver
Methods in org.apache.flink.table.expressions.resolver with parameters of type TableConfig Modifier and Type Method 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 forExpressionResolver
. -
Uses of TableConfig in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type TableConfig Modifier and Type Method 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. -
Uses of TableConfig in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return TableConfig Modifier and Type Method Description TableConfig
ExecutableOperation.Context. getTableConfig()
-
Uses of TableConfig in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils with parameters of type TableConfig Modifier and Type Method Description static OperationTreeBuilder
OperationTreeBuilder. create(TableConfig tableConfig, ClassLoader userClassLoader, FunctionLookup functionCatalog, org.apache.flink.table.catalog.DataTypeFactory typeFactory, TableReferenceLookup tableReferenceLookup, SqlExpressionResolver sqlExpressionResolver, boolean isStreamingMode)
-
Uses of TableConfig in org.apache.flink.table.resource
Methods in org.apache.flink.table.resource with parameters of type TableConfig Modifier and Type Method Description void
ResourceManager. addJarConfiguration(TableConfig tableConfig)
Adds the local jar resources to the givenTableConfig
.
-