Expand description
Support for reading ColumnIndexMetaData and OffsetIndexMetaData from parquet metadata.
Functionsยง
- read_
columns_ indexes Deprecated - Reads per-column
ColumnIndexMetaDatafor all columns of a row group by decodingColumnIndex. - read_
offset_ indexes Deprecated - Reads per-column
OffsetIndexMetaDatafor all columns of a row group by decodingOffsetIndex.