Package org.apache.flink.table.connector.format
-
Interface Summary Interface Description DecodingFormat<I> AFormatfor aDynamicTableSourcefor reading rows.EncodingFormat<I> AFormatfor aDynamicTableSinkfor writing rows.FileBasedStatisticsReportableInputFormat Extension of input format which is able to report estimated statistics for file based connector.Format Base interface for connector formats.ProjectableDecodingFormat<I> Extension ofDecodingFormatwhich is able to produce projected rows.