Package org.apache.parquet.column
Interface ColumnReadStore
-
- All Known Implementing Classes:
ColumnReadStoreImpl
public interface ColumnReadStoreContainer which can produce a ColumnReader for any given column in a schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnReadergetColumnReader(ColumnDescriptor path)
-
-
-
Method Detail
-
getColumnReader
ColumnReader getColumnReader(ColumnDescriptor path)
- Parameters:
path- the column to read- Returns:
- the column reader for that descriptor
-
-