Expand description
Support for reading Index
and PageLocation
from parquet metadata.
Functions§
- read_
columns_ indexes - Reads per-column
Index
for all columns of a row group by decodingColumnIndex
. - read_
offset_ indexes - Reads per-column
OffsetIndexMetaData
for all columns of a row group by decodingOffsetIndex
. - read_
pages_ locations Deprecated - Reads
OffsetIndex
, per-pagePageLocation
for all columns of a row group.