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

pub struct GrowablePrimitive<'a, T: NativeType> { /* fields omitted */ }
Expand description

Concrete Growable for the PrimitiveArray.

Implementations

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 Growable 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.