Interface ColumnChunkReader.ColumnPageReaderIterator

Enclosing interface:
ColumnChunkReader

public static interface ColumnChunkReader.ColumnPageReaderIterator
Used to iterate over column page readers for each page with the capability to set channel context to for reading the pages.
  • Method Details

    • hasNext

      boolean hasNext()
      Returns:
      Whether there are more pages to iterate over.
    • next

      Parameters:
      channelContext - The channel context to use for constructing the reader
      Returns:
      The next page reader.