Expand description
Structs§
- Growable
Binary - Concrete
Growable
for theBinaryArray
. - Growable
Binary View Array - Concrete
Growable
for the [BinaryArray
]. - Growable
Boolean - Concrete
Growable
for theBooleanArray
. - Growable
Dictionary - Concrete
Growable
for theDictionaryArray
. - Growable
Fixed Size Binary - Concrete
Growable
for theFixedSizeBinaryArray
. - Growable
Fixed Size List - Concrete
Growable
for theFixedSizeListArray
. - Growable
List - Concrete
Growable
for theListArray
. - Growable
Null - Concrete
Growable
for theNullArray
. - Growable
Primitive - Concrete
Growable
for thePrimitiveArray
. - Growable
Struct - Concrete
Growable
for theStructArray
. - Growable
Utf8 - Concrete
Growable
for theUtf8Array
.
Traits§
- Growable
- Describes a struct that can be extended from slices of other pre-existing
Array
s. This is used in operations where a new array is built out of other arrays, such as filter and concatenation.
Functions§
- make_
growable - Creates a new
Growable
from an arbitrary number ofArray
s.