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