Uses of Class
org.apache.flink.table.api.FormatDescriptor.Builder
Packages that use FormatDescriptor.Builder
-
Uses of FormatDescriptor.Builder in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return FormatDescriptor.BuilderModifier and TypeMethodDescriptionstatic FormatDescriptor.BuilderCreates a newFormatDescriptor.Builderdescribing a format with the given format identifier.Sets the given option on the format.FormatDescriptor.Builder.option(org.apache.flink.configuration.ConfigOption<T> configOption, T value) Sets the given option on the format.