Function polars_lazy::dsl::functions::arange

source ·
pub fn arange(start: Expr, end: Expr, step: i64) -> Expr
Expand description

Generate a range of integers.

Alias for int_range.