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

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

Concrete Growable for the PrimitiveArray.

Implementations

Creates a new GrowablePrimitive bound to arrays with a pre-allocated capacity.

Panics

If arrays is empty.

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 this Growable to an Arc<dyn Array>, thereby finishing the mutation. Self will be empty after such operation. Read more

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

Should always be Self

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.