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 toGenericListViewArrayfor 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
GenericListArrayof variable size lists, storing offsets asi64. - List
Array - A
GenericListArrayof variable size lists, storing offsets asi32.