Skip to main content

interleave_list_view_copy

Function interleave_list_view_copy 

Source
fn interleave_list_view_copy<O: OffsetSizeTrait>(
    interleaved: &Interleave<'_, GenericListViewArray<O>>,
    indices: &[(usize, usize)],
    field: &FieldRef,
) -> Result<ArrayRef, ArrowError>
Expand description

Per-row copy: copies each selected row’s child elements into a new flat array.