public class ResettableExternalBuffer.BufferIterator extends Object implements ResettableRowBuffer.ResettableIterator
Modifier and Type | Method and Description |
---|---|
boolean |
advanceNext()
Advance this iterator by a single row.
|
void |
close() |
BinaryRowData |
getRow()
Retrieve the row from this iterator.
|
void |
reset()
Re-initialize the iterator, start from begin row.
|
public void reset() throws IOException
ResettableRowBuffer.ResettableIterator
reset
in interface ResettableRowBuffer.ResettableIterator
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public boolean advanceNext()
RowIterator
RowIterator.getRow()
.advanceNext
in interface RowIterator<BinaryRowData>
public BinaryRowData getRow()
RowIterator
getRow
in interface RowIterator<BinaryRowData>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.