Class RowGroupReader

java.lang.Object
org.gridgain.internal.sql.copy.parquet.RowGroupReader

public class RowGroupReader extends Object
A reader that reads data from a single PageReadStore.
  • Constructor Details

    • RowGroupReader

      public RowGroupReader(org.apache.parquet.schema.MessageType schema, org.apache.parquet.column.page.PageReadStore pageReadStore)
      Constructor.
  • Method Details

    • hasNext

      public boolean hasNext()
      Returns true If there are more records to read.
    • readNext

      public ObjectGroup readNext()
      Read the next record or null if there are no more records.