Function re_chunk::iter::slice_as_buffer_native

source ·
fn slice_as_buffer_native<'a, P, T>(
    component_name: ComponentName,
    array: &'a dyn ArrowArray,
    component_offsets: impl Iterator<Item = (usize, usize)> + 'a,
) -> impl Iterator<Item = Vec<ArrowScalarBuffer<T>>> + 'a
where P: ArrowPrimitiveType<Native = T>, T: ArrowNativeType,
Expand description

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