mito2::memtable::time_partition

Function partition_start_timestamp

Source
fn partition_start_timestamp(
    ts: Timestamp,
    bucket: Duration,
) -> Option<Timestamp>
Expand description

Computes the start timestamp of the partition for ts.

It always use bucket size in seconds which should fit all timestamp resolution.