Module parquet::file::page_index::index_reader
source · Expand description
Support for reading Index
and PageLocation
from parquet metadata.
Functions§
- Reads per-column
Index
for all columns of a row group by decodingColumnIndex
. - Reads per-page
PageLocation
for all columns of a row group by decoding theOffsetIndex
.