Expand description
Contains implementation of record assembly and converting Parquet types into
Row
s.
Structs§
- Reader
Iter - Internal iterator of
Row
s for a reader. - RowIter
- Access parquet data as an iterator of
Row
- Tree
Builder - Tree builder for
Reader
enum. Serves as a container of options for building a reader tree and a builder, and accessing a records iteratorRowIter
.
Enums§
- Either 🔒
- The enum Either with variants That represents a reference and a box of
FileReader
. - Reader
- Reader tree for record assembly
Constants§
- DEFAULT_
BATCH_ 🔒SIZE - Default batch size for a reader