Class FormatDescriptor

java.lang.Object
org.apache.flink.table.api.FormatDescriptor

@PublicEvolving public final class FormatDescriptor extends Object
Describes a format and its options for use with TableDescriptor.

Formats are responsible for encoding and decoding data in table connectors. Note that not every connector has a format, while others may have multiple formats (e.g. the Kafka connector has separate formats for keys and values). Common formats are "json", "csv", "avro", etc. See Format for more details.