Uses of Class
org.apache.flink.table.api.TableConfig
Packages that use TableConfig
Package
Description
-
Uses of TableConfig in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TableConfigModifier and TypeMethodDescriptionTableEnvironment.getConfig()Returns the table config that defines the runtime behavior of the Table API.static TableConfigTableConfig.getDefault()Sets an application-specific string-based value for the given string-based key.<T> TableConfigTableConfig.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 TableConfigMethods in org.apache.flink.table.api.internal that return TableConfigModifier and TypeMethodDescriptionTableEnvironmentImpl.getConfig()ExecutableOperationContextImpl.getTableConfig()Constructors in org.apache.flink.table.api.internal with parameters of type TableConfigModifierConstructorDescriptionExecutableOperationContextImpl(CatalogManager catalogManager, FunctionCatalog functionCatalog, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, boolean isStreamingMode) protectedTableEnvironmentImpl(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 TableConfigModifier and TypeMethodDescriptionPlannerFactory.Context.getTableConfig()The configuration of the planner to use.PlannerFactory.DefaultPlannerContext.getTableConfig()Constructors in org.apache.flink.table.delegation with parameters of type TableConfigModifierConstructorDescriptionDefaultPlannerContext(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 TableConfigModifier and TypeMethodDescriptionExpressionResolver.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 TableConfigModifier and TypeMethodDescriptionstatic PlannerPlannerFactoryUtil.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 -
Uses of TableConfig in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils with parameters of type TableConfigModifier and TypeMethodDescriptionstatic OperationTreeBuilderOperationTreeBuilder.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 TableConfigModifier and TypeMethodDescriptionvoidResourceManager.addJarConfiguration(TableConfig tableConfig) Adds the local jar resources to the givenTableConfig.