Function polars_plan::dsl::functions::time_range
source ยท pub fn time_range(
start: Expr,
end: Expr,
interval: Duration,
closed: ClosedWindow,
) -> Expr
Available on crate features
range
and dtype-time
only.Expand description
Generate a time range.