Class 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>
    • Constructor Detail

      • RowDataIterator

        public RowDataIterator​(ResultFetcher fetcher)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<org.apache.flink.table.data.RowData>
      • next

        public org.apache.flink.table.data.RowData next()
        Specified by:
        next in interface Iterator<org.apache.flink.table.data.RowData>