mito2::compaction::twcs

Function assign_to_windows

Source
fn assign_to_windows<'a>(
    files: impl Iterator<Item = &'a FileHandle>,
    time_window_size: i64,
) -> BTreeMap<i64, Window>
Expand description

Assigns files to windows with predefined window size (in seconds) by their max timestamps.