pub fn list_view_from_list(list: ListArray) -> ListViewArrayExpand description
Creates a ListViewArray from a ListArray by computing sizes from offsets.
The output ListViewArray will be zero-copyable back to a ListArray, and additionally it
will not have any leading or trailing garbage data.