@Internal public interface BulkReaderFormatFactory extends org.apache.flink.table.factories.DecodingFormatFactory<BulkFormat<org.apache.flink.table.data.RowData,FileSourceSplit>>
BulkFormat for file system connector.FactoryUtil.createTableFactoryHelper(DynamicTableFactory, DynamicTableFactory.Context)| 限定符和类型 | 方法和说明 |
|---|---|
BulkDecodingFormat<org.apache.flink.table.data.RowData> |
createDecodingFormat(org.apache.flink.table.factories.DynamicTableFactory.Context context,
org.apache.flink.configuration.ReadableConfig formatOptions)
Creates a
BulkDecodingFormat from the given context and format options. |
BulkDecodingFormat<org.apache.flink.table.data.RowData> createDecodingFormat(org.apache.flink.table.factories.DynamicTableFactory.Context context, org.apache.flink.configuration.ReadableConfig formatOptions)
BulkDecodingFormat from the given context and format options.createDecodingFormat 在接口中 org.apache.flink.table.factories.DecodingFormatFactory<BulkFormat<org.apache.flink.table.data.RowData,FileSourceSplit>>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.