| Modifier and Type | Method and Description |
|---|---|
BulkFormat.RecordIterator<T> |
FileRecordFormatAdapter.Reader.readBatch() |
BulkFormat.RecordIterator<T> |
StreamFormatAdapter.Reader.readBatch() |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileRecords<T> |
FileRecords.forRecords(String splitId,
BulkFormat.RecordIterator<T> recordsForSplit) |
| Modifier and Type | Method and Description |
|---|---|
BulkFormat.RecordIterator<T> |
BulkFormat.Reader.readBatch()
Reads one batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayResultIterator<E>
A simple
BulkFormat.RecordIterator that returns the elements of an array, one after the
other. |
class |
IteratorResultIterator<E>
A simple
BulkFormat.RecordIterator that returns the elements of an iterator, augmented
with position information. |
class |
RecordMapperWrapperRecordIterator<I,O>
Implementation of
BulkFormat.RecordIterator
that wraps another iterator and performs the mapping of the records. |
class |
RecyclableIterator<E>
Utility base class for iterators that accept a recycler.
|
class |
SingletonResultIterator<E>
A simple
BulkFormat.RecordIterator that returns a single value. |
| Constructor and Description |
|---|
RecordMapperWrapperRecordIterator(BulkFormat.RecordIterator<I> wrapped,
RecordMapperWrapperRecordIterator.RecordMapper<I,O> mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnarRowIterator
A
BulkFormat.RecordIterator that returns RowDatas. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.