Class ColumnReadStoreImpl

  • All Implemented Interfaces:
    ColumnReadStore

    public class ColumnReadStoreImpl
    extends Object
    implements ColumnReadStore
    Implementation of the ColumnReadStore Initializes individual columns based on schema and converter
    • Constructor Detail

      • ColumnReadStoreImpl

        public ColumnReadStoreImpl​(PageReadStore pageReadStore,
                                   GroupConverter recordConverter,
                                   MessageType schema,
                                   String createdBy)
        Parameters:
        pageReadStore - underlying page storage
        recordConverter - the user provided converter to materialize records
        schema - the schema we are reading
        createdBy - writer version string from the Parquet file being read