public class LookupBucketIterator extends Object implements RowIterator<BinaryRowData>
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(MemorySegment bucket,
MemorySegment[] overflowSegments,
BinaryHashPartition partition,
int searchHashCode,
int bucketInSegmentOffset) |
public void set(MemorySegment bucket, MemorySegment[] overflowSegments, BinaryHashPartition partition, int searchHashCode, int bucketInSegmentOffset)
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.