pub fn list_view_from_list(
list: ListArray,
ctx: &mut ExecutionCtx,
) -> VortexResult<ListViewArray>Expand 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.