Expand description
Support for reading Index
and PageLocation
from parquet metadata.
Functionsยง
- acc_
range ๐Computes the covering range of two optional ranges - decode_
column_ ๐index - decode_
offset_ ๐index - Reads per-column
Index
for all columns of a row group by decodingColumnIndex
. - Reads per-column
OffsetIndexMetaData
for all columns of a row group by decodingOffsetIndex
. - read_
pages_ locations Deprecated ReadsOffsetIndex
, per-pagePageLocation
for all columns of a row group.