public static class BuildSideIterator.BucketIterator extends Object implements RowIterator<org.apache.flink.table.data.binary.BinaryRowData>
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceNext()
Advance this iterator by a single row.
|
org.apache.flink.table.data.binary.BinaryRowData |
getRow()
Retrieve the row from this iterator.
|
public boolean advanceNext()
RowIteratorRowIterator.getRow().advanceNext in interface RowIterator<org.apache.flink.table.data.binary.BinaryRowData>public org.apache.flink.table.data.binary.BinaryRowData getRow()
RowIteratorgetRow in interface RowIterator<org.apache.flink.table.data.binary.BinaryRowData>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.