Expand description
Contains implementations of the reader traits FileReader, RowGroupReader and PageReader Also contains implementations of the ChunkReader for files (with buffering) and byte arrays (RAM)
StructsΒ§
- ReadOptions 
- A collection of options for reading a Parquet file.
- ReadOptions Builder 
- A builder for ReadOptions. For the predicates that are added to the builder, they will be chained using βANDβ to filter the row groups.
- SerializedFile Reader 
- A serialized implementation for Parquet FileReader.
- SerializedPage Reader 
- A serialized implementation for Parquet PageReader.
- SerializedPage πReader Context 
- SerializedRowGroup Reader 
- A serialized implementation for Parquet RowGroupReader.
EnumsΒ§
FunctionsΒ§
- decode_page π
- Decodes a Pagefrom the providedbuffer
- get_midpoint_ πoffset 
- Get midpoint offset for a row group
- verify_page_ πheader_ len 
- verify_page_ πsize 
Type AliasesΒ§
- ReadGroup Predicate 
- A predicate for filtering row groups, invoked with the metadata and index
of each row group in the file. Only row groups for which the predicate
evaluates to truewill be scanned