Function polars_time::prelude::ensure_is_constant_duration

source ยท
pub fn ensure_is_constant_duration(
    duration: Duration,
    time_zone: Option<&str>,
    variable_name: &str
) -> PolarsResult<()>