pub fn list_from_list_view(list_view: ListViewArray) -> ListArrayExpand description
Creates a ListArray from a ListViewArray. The resulting ListArray will not have any
leading or trailing garbage data.
If ListViewArray::is_zero_copy_to_list is true, then this operation is fast
Otherwise, this function fall back to the (very) expensive path and will rebuild the
ListArray from scratch.