Uses of Class
org.apache.flink.table.api.FormatDescriptor
-
Packages that use FormatDescriptor Package Description org.apache.flink.table.api -
-
Uses of FormatDescriptor in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return FormatDescriptor Modifier and Type Method Description FormatDescriptorFormatDescriptor.Builder. build()Returns an immutable instance ofFormatDescriptor.Methods in org.apache.flink.table.api with parameters of type FormatDescriptor Modifier and Type Method Description TableDescriptor.BuilderTableDescriptor.Builder. format(org.apache.flink.configuration.ConfigOption<String> formatOption, FormatDescriptor formatDescriptor)Defines the format to be used for this table.TableDescriptor.BuilderTableDescriptor.Builder. format(FormatDescriptor formatDescriptor)Defines the format to be used for this table.
-