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