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, wait
filter, next, transform
public ResetRowKindRecordIterator(RecordReader.RecordIterator<KeyValue> kvIterator)
public final KeyValue nextKeyValue() throws IOException
IOException
public final void releaseBatch()
RecordReader.RecordIterator
releaseBatch
in interface RecordReader.RecordIterator<InternalRow>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.