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
Indexfor all columns of a row group by decodingColumnIndex. - read_
offset_ indexes - Reads per-column
OffsetIndexMetaDatafor all columns of a row group by decodingOffsetIndex. - read_
pages_ locations Deprecated - Reads
OffsetIndex, per-pagePageLocationfor all columns of a row group.