public interface FormatReaderFactory extends Serializable
RecordReader for file.| 限定符和类型 | 方法和说明 |
|---|---|
RecordReader<InternalRow> |
createReader(FileIO fileIO,
Path file) |
RecordReader<InternalRow> |
createReader(FileIO fileIO,
Path file,
int poolSize) |
RecordReader<InternalRow> createReader(FileIO fileIO, Path file) throws IOException
IOExceptionRecordReader<InternalRow> createReader(FileIO fileIO, Path file, int poolSize) throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.