Skip to main content

validate_eval_offset

Function validate_eval_offset 

Source
fn validate_eval_offset(
    eval_offset_secs: Option<i64>,
    eval_interval_secs: Option<i64>,
) -> Result<()>
Expand description

Validates EVAL OFFSET semantics at the operator boundary: an offset is only legal together with EVAL INTERVAL and must lie in [0, eval_interval). Never modulo-normalized.