Expand description
Structs§
- Concrete
Growable
for theBinaryArray
. - Concrete
Growable
for theBooleanArray
. - Concrete
Growable
for theDictionaryArray
. - Concrete
Growable
for theFixedSizeBinaryArray
. - Concrete
Growable
for theFixedSizeListArray
. - Concrete
Growable
for thePrimitiveArray
. - Concrete
Growable
for theStructArray
. - Concrete
Growable
for theUnionArray
.
Traits§
- 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.