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 - decode_
page_ ๐locations - 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.