public class LongHashPartition.MatchIterator extends Object implements RowIterator<BinaryRowData>
Constructor and Description |
---|
MatchIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
advanceNext()
Advance this iterator by a single row.
|
BinaryRowData |
getRow()
Retrieve the row from this iterator.
|
void |
set(long address) |
public void set(long address)
public boolean advanceNext()
RowIterator
RowIterator.getRow()
.advanceNext
in interface RowIterator<BinaryRowData>
public BinaryRowData getRow()
RowIterator
getRow
in interface RowIterator<BinaryRowData>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.