pub fn iter_buffer<'a, T: NativeType>(
    chunks: &'a Cow<'a, [Chunk]>,
    timeline: Timeline,
    component_name: ComponentName
) -> impl Iterator<Item = ((TimeInt, RowId), Vec<ArrowBuffer<T>>)> + 'a
Expand description

Iterate chunks as indexed buffers.

See Chunk::iter_buffer for more information.