accumulate_stats

Function accumulate_stats 

Source
pub fn accumulate_stats(
    stream: SendableSequentialStream,
    stats: Arc<[Stat]>,
    max_variable_length_statistics_size: usize,
) -> (FileStatsAccumulator, SendableSequentialStream)