public static class BuildSideIterator.BucketIterator extends Object implements RowIterator<org.apache.flink.table.data.binary.BinaryRowData>
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 RowIterator<org.apache.flink.table.data.binary.BinaryRowData>public org.apache.flink.table.data.binary.BinaryRowData getRow()
RowIteratorgetRow 在接口中 RowIterator<org.apache.flink.table.data.binary.BinaryRowData>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.