Uses of Interface
org.apache.flink.table.connector.format.Format
-
Packages that use Format Package Description org.apache.flink.table.connector.format -
-
Uses of Format in org.apache.flink.table.connector.format
Subinterfaces of Format in org.apache.flink.table.connector.format Modifier and Type Interface Description interfaceDecodingFormat<I>AFormatfor aDynamicTableSourcefor reading rows.interfaceEncodingFormat<I>AFormatfor aDynamicTableSinkfor writing rows.interfaceProjectableDecodingFormat<I>Extension ofDecodingFormatwhich is able to produce projected rows.
-