mito2::compaction::window

Function file_time_bucket_span

Source
fn file_time_bucket_span(
    start_sec: i64,
    end_sec: i64,
    bucket_sec: i64,
) -> Vec<(i64, i64)>
Expand description

Calculates timestamp span between start and end timestamp.