Function polars_lazy::dsl::int_range

pub fn int_range(start: Expr, end: Expr, step: i64, dtype: DataType) -> Expr
Expand description

Generate a range of integers.