Function get_window_start

Source
fn get_window_start(
    timestamp_micro_second: i64,
    window_size: Interval,
) -> Result<i64>
Expand description

The common part of PostgreSQL function timestamp_bin and timestamptz_bin.