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

Iterate chunks as indexed UTF-8 strings.

See Chunk::iter_string for more information.