Function date_ranges

Source
pub fn date_ranges(
    start: Expr,
    end: Expr,
    interval: Duration,
    closed: ClosedWindow,
) -> Expr
Expand description

Create a column of date ranges from a start and stop expression.