Uses of Interface
com.exasol.parquetio.data.Row
-
Packages that use Row Package Description com.exasol.parquetio.data com.exasol.parquetio.reader -
-
Uses of Row in com.exasol.parquetio.data
Classes in com.exasol.parquetio.data that implement Row Modifier and Type Class Description classGenericRowAn implementation ofRowthat uses unmodifiable list for storing values. -
Uses of Row in com.exasol.parquetio.reader
Methods in com.exasol.parquetio.reader that return Row Modifier and Type Method Description RowRowParquetChunkReader.RecordIterator. next()RowRowParquetChunkReader.RowIterator. next()Methods in com.exasol.parquetio.reader that return types with arguments of type Row Modifier and Type Method Description protected org.apache.parquet.hadoop.api.ReadSupport<Row>RowParquetReader.Builder. getReadSupport()Method parameters in com.exasol.parquetio.reader with type arguments of type Row Modifier and Type Method Description voidRowParquetChunkReader. read(Consumer<Row> rowConsumer)Reads row group chunks of a Parquet file.Constructor parameters in com.exasol.parquetio.reader with type arguments of type Row Constructor Description RecordIterator(org.apache.parquet.io.RecordReader<Row> recordReader, long totalRows, String fileNameForLogging)Create a new instance ofRowParquetChunkReader.RecordIterator.RowIterator(com.exasol.parquetio.reader.RowParquetChunkReader.PositionAwareReader reader, org.apache.parquet.io.InputFile file, org.apache.parquet.io.MessageColumnIO messageIO, org.apache.parquet.io.api.RecordMaterializer<Row> recordMaterializer, List<ChunkInterval> chunks)Create a new instance ofRowParquetChunkReader.RowIterator.
-