Package com.exasol.parquetio.reader
Class RowParquetChunkReader.RecordIterator
- java.lang.Object
-
- com.exasol.parquetio.reader.RowParquetChunkReader.RecordIterator
-
-
Constructor Summary
Constructors Constructor Description RecordIterator(org.apache.parquet.io.RecordReader<Row> recordReader, long totalRows, String fileNameForLogging)Create a new instance ofRowParquetChunkReader.RecordIterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Rownext()-
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
-
RecordIterator
public RecordIterator(org.apache.parquet.io.RecordReader<Row> recordReader, long totalRows, String fileNameForLogging)
Create a new instance ofRowParquetChunkReader.RecordIterator.- Parameters:
recordReader- readertotalRows- total rowsfileNameForLogging- file name, used in exception message
-
-