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 TableConfigTableEnvironment. getConfig()Returns the table config that defines the runtime behavior of the Table API.static TableConfigTableConfig. getDefault()TableConfigTableConfig. set(String key, String value)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 TableConfig Modifier and Type Field Description protected TableConfigTableEnvironmentImpl. tableConfigMethods in org.apache.flink.table.api.internal that return TableConfig Modifier and Type Method Description TableConfigTableEnvironmentImpl. getConfig()TableConfigExecutableOperationContextImpl. 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 TableConfigPlannerFactory.Context. getTableConfig()The configuration of the planner to use.TableConfigPlannerFactory.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.ExpressionResolverBuilderExpressionResolver. 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 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 Modifier and Type Method Description TableConfigExecutableOperation.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 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 TableConfig Modifier and Type Method Description voidResourceManager. addJarConfiguration(TableConfig tableConfig)Adds the local jar resources to the givenTableConfig.
-