org.bdgenomics.adam.parquet_reimpl
PartitionPageReadStore is a holder for mapping between the ParquetColumnDescriptor values and the PageReader values.
For a particular row group in a Parquet file, this is a map relating the descriptors of the columns to the corresponding readers for their values.
The metadata for the row group itself.
PartitionPageReadStore is a holder for mapping between the ParquetColumnDescriptor values and the PageReader values.