Skip to main content

Module listview

Module listview 

Source

Structs§

ListViewArray
The canonical encoding for variable-length list arrays.
ListViewArrayParts
ListViewVTable

Enums§

ListViewRebuildMode
Modes for rebuilding a ListViewArray.

Functions§

list_from_list_view
Creates a ListArray from a ListViewArray. The resulting ListArray will not have any leading or trailing garbage data.
list_view_from_list
Creates a ListViewArray from a ListArray by computing sizes from offsets.
recursive_list_from_list_view
Recursively converts all ListViewArrays to ListArrays in a nested array structure.