Function polars::prelude::ensure_is_constant_duration

source ยท
pub fn ensure_is_constant_duration(
    duration: Duration,
    time_zone: Option<&str>,
    variable_name: &str,
) -> Result<(), PolarsError>
Available on crate feature temporal only.