Structs§
- Different from
crate::GenericListArray
as it stores both an offset and length meaning that take / filter operations can be implemented without copying the underlying data.
Type Aliases§
- A
GenericListViewArray
of variable size lists, storing offsets asi64
. - A
GenericListViewArray
of variable size lists, storing offsets asi32
.