Expand description
Contains column reader API.
Modules§
- decoder 🔒
Structs§
- Reads data for a given column chunk, using the provided decoders:
Enums§
- Column reader for a Parquet type.
Functions§
- Gets a specific column reader corresponding to column descriptor
col_descr
. The column reader will read from pages incol_page_reader
. - Gets a typed column reader for the specific type
T
, by “up-casting”col_reader
of non-generic type to a generic column reader typeColumnReaderImpl
.
Type Aliases§
- Typed value reader for a particular primitive column.