Struct arrow2::array::MutableDictionaryArray[][src]

pub struct MutableDictionaryArray<K: DictionaryKey, M: MutableArray> { /* fields omitted */ }
Expand description

A mutable, strong-typed version of DictionaryArray.

Implementations

Returns whether the value should be pushed to the values or not

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Performs the conversion.

The length of the array.

The optional validity of the array.

Convert itself to an (immutable) Array.

The DataType of the array.

Convert to Any, to enable dynamic casting.

Convert to mutable Any, to enable dynamic casting.

Adds a new null element to the array.

Whether the array is empty.

Whether index is valid / set. 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.

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.