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