Uses of Class
org.apache.flink.table.api.FormatDescriptor.Builder
-
Packages that use FormatDescriptor.Builder Package Description org.apache.flink.table.api -
-
Uses of FormatDescriptor.Builder in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return FormatDescriptor.Builder Modifier and Type Method Description static FormatDescriptor.BuilderFormatDescriptor. forFormat(String format)Creates a newFormatDescriptor.Builderdescribing a format with the given format identifier.FormatDescriptor.BuilderFormatDescriptor.Builder. option(String key, String value)Sets the given option on the format.<T> FormatDescriptor.BuilderFormatDescriptor.Builder. option(org.apache.flink.configuration.ConfigOption<T> configOption, T value)Sets the given option on the format.
-