list_from_list_view

Function list_from_list_view 

Source
pub fn list_from_list_view(list_view: ListViewArray) -> ListArray
Expand 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.