public class BuildSideIterator extends Object implements RowIterator<BinaryRowData>
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.
|
BinaryRowData |
getRow()
Retrieve the row from this iterator.
|
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.