pub fn date_range(
    name: String,
    start: Expr,
    end: Expr,
    every: Duration,
    closed: ClosedWindow,
    tz: Option<String>
) -> Expr
Available on crate feature temporal only.
Expand description

Create a date range from a start and stop expression.