protected static class MergeOnReadInputFormat.LogFileOnlyIterator extends Object implements ClosableIterator<org.apache.flink.table.data.RowData>
| Constructor and Description |
|---|
LogFileOnlyIterator(ClosableIterator<org.apache.flink.table.data.RowData> iterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
org.apache.flink.table.data.RowData |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapforEachRemaining, removepublic LogFileOnlyIterator(ClosableIterator<org.apache.flink.table.data.RowData> iterator)
public boolean hasNext()
public org.apache.flink.table.data.RowData next()
public void close()
close in interface AutoCloseableclose in interface ClosableIterator<org.apache.flink.table.data.RowData>Copyright © 2023 The Apache Software Foundation. All rights reserved.