Function re_chunk::iter::slice_as_array_list_native

source ·
fn slice_as_array_list_native<'a, const N: usize, P, T>(
    component_name: ComponentName,
    array: &'a dyn ArrowArray,
    component_offsets: impl Iterator<Item = (usize, usize)> + 'a,
) -> impl Iterator<Item = Vec<&'a [[T; N]]>> + 'a
where [T; N]: Pod, P: ArrowPrimitiveType<Native = T>, T: ArrowNativeType + Pod,
Expand description

The actual implementation of impl_array_list_native_type!, so that we don’t have to work in a macro.