Class RowGroupReader
java.lang.Object
org.gridgain.internal.sql.copy.parquet.RowGroupReader
A reader that reads data from a single
PageReadStore.-
Constructor Summary
ConstructorsConstructorDescriptionRowGroupReader(org.apache.parquet.schema.MessageType schema, org.apache.parquet.column.page.PageReadStore pageReadStore) Constructor. -
Method Summary
-
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()ReturnstrueIf there are more records to read. -
readNext
Read the next record or null if there are no more records.
-