Function re_space_view_spatial::visualizers::utilities::entity_iterator::iter_string
source · 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.