rerun::commands::rrd::compare

Function load_chunks

Source
fn load_chunks(path_to_rrd: &Path) -> Result<(ApplicationId, Vec<Arc<Chunk>>)>
Expand description

Given a path to an rrd file, builds up a ChunkStore and returns its contents a stream of Chunks.

Fails if there are more than one data recordings present in the rrd file.