Struct parquet::arrow::array_reader::PrimitiveArrayReader[][src]

pub struct PrimitiveArrayReader<T: DataType> { /* fields omitted */ }
Expand description

Primitive array readers are leaves of array reader tree. They accept page iterator and read them into primitive arrays.

Implementations

Construct primitive array reader.

Trait Implementations

Implementation of primitive array reader.

Returns data type of primitive array.

Reads at most batch_size records into array.

Returns the definition levels of data from last call of next_batch. The result is used by parent array reader to calculate its own definition levels and repetition levels, so that its parent can calculate null bitmap. Read more

Return the repetition levels of data from last call of next_batch. The result is used by parent array reader to calculate its own definition levels and repetition levels, so that its parent can calculate null bitmap. Read more

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.