Function polars_lazy::dsl::functions::date_range

pub fn date_range(
    start: Expr,
    end: Expr,
    interval: Duration,
    closed: ClosedWindow,
    time_unit: Option<TimeUnit>,
    time_zone: Option<String>
) -> Expr
Available on crate feature temporal only.
Expand description

Create a date range from a start and stop expression.