Function polars_time::date_range_vec
source · pub fn date_range_vec(
start: i64,
stop: i64,
every: Duration,
closed: ClosedWindow,
tu: TimeUnit,
tz: Option<&impl PolarsTimeZone>
) -> PolarsResult<Vec<i64>>
pub fn date_range_vec(
start: i64,
stop: i64,
every: Duration,
closed: ClosedWindow,
tu: TimeUnit,
tz: Option<&impl PolarsTimeZone>
) -> PolarsResult<Vec<i64>>