Function polars_plan::dsl::functions::int_range
source ยท pub fn int_range(start: Expr, end: Expr, step: i64, dtype: DataType) -> Expr
Available on crate feature
range
only.Expand description
Generate a range of integers.