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
Chunk
s.
Fails if there are more than one data recordings present in the rrd file.