Class Printer.RowDataIterator
- java.lang.Object
-
- org.apache.flink.table.gateway.service.application.Printer.RowDataIterator
-
- All Implemented Interfaces:
AutoCloseable,Iterator<org.apache.flink.table.data.RowData>,org.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData>
- Enclosing class:
- Printer
@VisibleForTesting public static class Printer.RowDataIterator extends Object implements org.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.util.CloseableIterator
org.apache.flink.util.CloseableIterator.IteratorAdapter<E extends Object>
-
-
Constructor Summary
Constructors Constructor Description RowDataIterator(ResultFetcher fetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()org.apache.flink.table.data.RowDatanext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
RowDataIterator
public RowDataIterator(ResultFetcher fetcher)
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public org.apache.flink.table.data.RowData next()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-