public class WrappedRowIterator<T extends org.apache.flink.table.data.RowData> extends Object implements RowIterator<T>
MutableObjectIterator to java RowIterator.| Constructor and Description |
|---|
WrappedRowIterator(org.apache.flink.util.MutableObjectIterator<T> iterator,
T reuse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceNext()
Advance this iterator by a single row.
|
T |
getRow()
Retrieve the row from this iterator.
|
public boolean advanceNext()
RowIteratorRowIterator.getRow().advanceNext in interface RowIterator<T extends org.apache.flink.table.data.RowData>public T getRow()
RowIteratorgetRow in interface RowIterator<T extends org.apache.flink.table.data.RowData>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.