Uses of Class
org.apache.flink.table.api.TableConfig
Packages that use TableConfig
-
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(ConfigOption<T> option, T value) Sets an application-specific value for the givenConfigOption.