Package org.apache.flink.table.connector.format
-
Interface Summary Interface Description DecodingFormat<I> AFormat
for aDynamicTableSource
for reading rows.EncodingFormat<I> AFormat
for aDynamicTableSink
for 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 ofDecodingFormat
which is able to produce projected rows.