Module parquet::file::page_index::index
source · Expand description
Index
structures holding decoded ColumnIndex
information
Structs§
- Stores the
PageIndex
for each page of a column - PageIndex Statistics for one data page, as described in Column Index.
Enums§
- Typed statistics for a data page in a column chunk. This structure is obtained from decoding the ColumnIndex in the parquet file and can be used to skip decoding pages while reading the file data.