public class BuildSideIterator extends Object implements RowIterator<BinaryRow>
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildSideIterator.BucketIterator
Partition bucket iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceNext()
Advance this iterator by a single row.
|
BinaryRow |
getRow()
Retrieve the row from this iterator.
|
public boolean advanceNext()
RowIteratorRowIterator.getRow().advanceNext in interface RowIterator<BinaryRow>public BinaryRow getRow()
RowIteratorgetRow in interface RowIterator<BinaryRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.