Class ParquetRecordReader<T>

  • Type Parameters:
    T - type of the materialized records
    All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ParquetRecordReader<T>
    extends org.apache.hadoop.mapreduce.RecordReader<Void,​T>
    Reads the records from a block of a Parquet file
    See Also:
    ParquetInputFormat