Interface | Description |
---|---|
FileRecordIterator<T> |
Wrap
RecordReader.RecordIterator to support returning the record's row position and file
Path. |
ReaderSupplier<T> |
Supplier to get
RecordReader . |
RecordReader<T> |
The reader that reads the batches of records.
|
RecordReader.RecordIterator<T> |
An internal iterator interface which presents a more restrictive API than
Iterator . |
SizedReaderSupplier<T> |
Supplier to get
RecordReader with size. |
VectorizedRecordIterator |
Wrap
RecordReader.RecordIterator to support returning batch directly. |
Class | Description |
---|---|
EmptyRecordReader<T> |
An empty
RecordReader . |
RecordReaderIterator<T> |
Wrap a
RecordReader as an CloseableIterator . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.