pub struct LargeVec<T> { /* private fields */ }
Expand description

Represents the LargeList Arrow type.

Trait Implementations

The arrow2::Array type corresponding to this field
Deserialize this field from arrow
This should be Self except when implementing large offset and fixed placeholder types. For the later, it should refer to the actual type. For example when the placeholder type is LargeString, this should be String. Read more
The arrow2::array::MutableArray that holds this value
Create a new mutable array
Serialize this field to arrow

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.