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

pub struct ListArrayReader<OffsetSize: OffsetSizeTrait> { /* fields omitted */ }
Expand description

Implementation of list array reader.

Implementations

Construct list array reader.

Trait Implementations

Implementation of ListArrayReader. Nested lists and lists of structs are not yet supported.

Returns data type. This must be a List.

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.