Function rerun::commands::rrd::compare::compute_uber_table

source ·
fn compute_uber_table(
    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.