Struct parquet::record::reader::TreeBuilder[][src]

pub struct TreeBuilder { /* fields omitted */ }
Expand description

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.

Implementations

Creates new tree builder with default parameters.

Sets batch size for this tree builder.

Creates new root reader for provided schema and row group.

Creates iterator of Rows directly from schema descriptor and row group.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.