Expand description
Contains column reader API.
Modules§
- decoder 🔒
Structs§
- Generic
Column Reader - Reads data for a given column chunk, using the provided decoders:
Enums§
- Column
Reader - Column reader for a Parquet type.
Functions§
- get_
column_ reader - Gets a specific column reader corresponding to column descriptor
col_descr
. The column reader will read from pages incol_page_reader
. - get_
typed_ column_ 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
. - parse_
v1_ 🔒level
Type Aliases§
- Column
Reader Impl - Typed value reader for a particular primitive column.