pub fn arange(low: Expr, high: Expr, step: usize) -> Expr
Available on crate feature arange only.
Expand description

Create list entries that are range arrays

  • if low and high are a column, every element will expand into an array in a list column.
  • if low and high are literals the output will be of Int64.