Uses of Class
org.apache.flink.table.api.FormatDescriptor
Packages that use FormatDescriptor
-
Uses of FormatDescriptor in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin with parameters of type FormatDescriptorModifier and TypeMethodDescriptionConfluentTableDescriptor.Builder.format(ConfigOption<String> formatOption, FormatDescriptor formatDescriptor) Defines the format to be used for this table.ConfluentTableDescriptor.Builder.format(FormatDescriptor formatDescriptor) Defines the format to be used for this table.ConfluentTableDescriptor.Builder.keyFormat(FormatDescriptor formatDescriptor) Defines the key format for Kafka-based tables.ConfluentTableDescriptor.Builder.valueFormat(FormatDescriptor formatDescriptor) Defines the value format for Kafka-based tables. -
Uses of FormatDescriptor in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return FormatDescriptorModifier and TypeMethodDescriptionFormatDescriptor.Builder.build()Returns an immutable instance ofFormatDescriptor.Methods in org.apache.flink.table.api with parameters of type FormatDescriptorModifier and TypeMethodDescriptionTableDescriptor.Builder.format(ConfigOption<String> formatOption, FormatDescriptor formatDescriptor) Defines the format to be used for this table.TableDescriptor.Builder.format(FormatDescriptor formatDescriptor) Defines the format to be used for this table.