Struct parquet::arrow::arrow_array_reader::ArrowArrayReader[][src]

pub struct ArrowArrayReader<'a, C: ArrayConverter + 'a> { /* fields omitted */ }

Implementations

Trait Implementations

Returns the arrow type of this array reader.

Reads at most batch_size records into an arrow array and return it.

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.