Struct arrow2::array::growable::GrowableStruct[][src]

pub struct GrowableStruct<'a> { /* fields omitted */ }
Expand description

Concrete Growable for the StructArray.

Implementations

Panics

This function panics if any of the arrays is not downcastable to PrimitiveArray<T>.

Trait Implementations

Performs the conversion.

Extends this Growable with elements from the bounded Array at index index from a slice starting at start and length len. Read more

Extends this [GrowableArray] with null elements, disregarding the bound arrays

Converts itself to an Arc<dyn Array>, thereby finishing the mutation. Self will be empty after such operation Read more

Converts itself to an Box<dyn Array>, thereby finishing the mutation. Self will be empty after such operation 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.