public abstract class ResetRowKindRecordIterator extends Object implements RecordReader.RecordIterator<InternalRow>
RecordReader.RecordIterator which resets RowKind.INSERT to previous key value.| Constructor and Description |
|---|
ResetRowKindRecordIterator(RecordReader.RecordIterator<KeyValue> kvIterator) |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
nextKeyValue() |
void |
releaseBatch()
Releases the batch that this iterator iterated over.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, next, transformpublic ResetRowKindRecordIterator(RecordReader.RecordIterator<KeyValue> kvIterator)
public final KeyValue nextKeyValue() throws IOException
IOExceptionpublic final void releaseBatch()
RecordReader.RecordIteratorreleaseBatch in interface RecordReader.RecordIterator<InternalRow>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.