Expand description
Contains Parquet Page definitions and page reader interface.
Structs§
- Helper struct to represent pages with potentially compressed buffer (data page v1) or compressed and concatenated buffer (def levels + rep levels + compressed values for data page v2).
- Contains metadata for a page
- Contains page write metrics.
Enums§
- Parquet Page definition.
Traits§
- An iterator over pages of one specific column in a parquet file.
- API for reading pages from a column chunk. This offers a iterator like API to get the next page.
- API for writing pages in a column chunk.