public class ColumnReadStoreImpl extends Object implements ColumnReadStore
Initializes individual columns based on schema and converter
| Constructor and Description |
|---|
ColumnReadStoreImpl(PageReadStore pageReadStore,
GroupConverter recordConverter,
MessageType schema,
String createdBy) |
| Modifier and Type | Method and Description |
|---|---|
ColumnReader |
getColumnReader(ColumnDescriptor path) |
public ColumnReadStoreImpl(PageReadStore pageReadStore, GroupConverter recordConverter, MessageType schema, String createdBy)
pageReadStore - underlying page storagerecordConverter - the user provided converter to materialize recordsschema - the schema we are readingcreatedBy - writer version string from the Parquet file being readpublic ColumnReader getColumnReader(ColumnDescriptor path)
getColumnReader in interface ColumnReadStorepath - the column to readCopyright © 2024 The Apache Software Foundation. All rights reserved.