Interface BulkReaderFormatFactory
-
- All Superinterfaces:
DecodingFormatFactory<BulkFormat<RowData,FileSourceSplit>>
,Factory
,FormatFactory
- All Known Implementing Classes:
AvroFileFormatFactory
,CsvFileFormatFactory
,OrcFileFormatFactory
,ParquetFileFormatFactory
,PbFileFormatFactory
@Internal public interface BulkReaderFormatFactory extends DecodingFormatFactory<BulkFormat<RowData,FileSourceSplit>>
Base interface for configuring aBulkFormat
for file system connector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BulkDecodingFormat<RowData>
createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
Creates aBulkDecodingFormat
from the given context and format options.-
Methods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Methods inherited from interface org.apache.flink.table.factories.FormatFactory
forwardOptions
-
-
-
-
Method Detail
-
createDecodingFormat
BulkDecodingFormat<RowData> createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
Creates aBulkDecodingFormat
from the given context and format options.- Specified by:
createDecodingFormat
in interfaceDecodingFormatFactory<BulkFormat<RowData,FileSourceSplit>>
-
-