@Internal public interface BulkReaderFormatFactory extends DecodingFormatFactory<BulkFormat<RowData,FileSourceSplit>>
BulkFormat
for file system connector.Modifier and Type | Method and Description |
---|---|
BulkDecodingFormat<RowData> |
createDecodingFormat(DynamicTableFactory.Context context,
ReadableConfig formatOptions)
Creates a
BulkDecodingFormat from the given context and format options. |
forwardOptions
factoryIdentifier, optionalOptions, requiredOptions
BulkDecodingFormat<RowData> createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
BulkDecodingFormat
from the given context and format options.createDecodingFormat
in interface DecodingFormatFactory<BulkFormat<RowData,FileSourceSplit>>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.