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