Module list_array

Source

Structs§

GenericListArray
An array of variable length lists, similar to JSON arrays (e.g. ["A", "B", "C"]). This struct specifically represents the list layout. Refer to GenericListViewArray for the list-view layout.

Traits§

OffsetSizeTrait
A type that can be used within a variable-size array to encode offset information

Type Aliases§

LargeListArray
A GenericListArray of variable size lists, storing offsets as i64.
ListArray
A GenericListArray of variable size lists, storing offsets as i32.