Structs§
- Generic
List Array - An array of variable length lists, similar to JSON arrays
(e.g.
["A", "B", "C"]
). This struct specifically represents the list layout. Refer toGenericListViewArray
for the list-view layout.
Traits§
- Offset
Size Trait - A type that can be used within a variable-size array to encode offset information
Type Aliases§
- Large
List Array - A
GenericListArray
of variable size lists, storing offsets asi64
. - List
Array - A
GenericListArray
of variable size lists, storing offsets asi32
.