Function polars_plan::dsl::functions::date_range
source · pub fn date_range(
start: Expr,
end: Expr,
interval: Duration,
closed: ClosedWindow,
time_unit: Option<TimeUnit>,
time_zone: Option<TimeZone>
) -> Expr
Available on crate features
range
and temporal
only.Expand description
Create a date range from a start
and stop
expression.