Module parquet::record::reader[][src]

Expand description

Contains implementation of record assembly and converting Parquet types into Rows.

Structs

Internal iterator of Rows for a reader.

Iterator of Rows. It is used either for a single row group to iterate over data in that row group, or an entire file with auto buffering of all row groups.

Tree builder for Reader enum. Serves as a container of options for building a reader tree and a builder, and accessing a records iterator RowIter.

Enums

Reader tree for record assembly