Module arrow2::array::growable[][src]

Expand description

Contains the trait Growable and corresponding concreate implementations, one per concrete array, that offer the ability to create a new Array out of slices of existing Arrays.

Structs

Traits

A trait describing a struct that can be extended from slices of pre-existing Arrays. This is used in operations where a new array is built out of other arrays such, as filtering and concatenation.

Functions

Creates a new Growable from an arbitrary number of dynamic Arrays.