Function polars_lazy::dsl::time_ranges
pub fn time_ranges(
start: Expr,
end: Expr,
interval: Duration,
closed: ClosedWindow
) -> ExprAvailable on crate feature
dtype-time only.Expand description
Create a column of time ranges from a start and stop expression.