pub fn concat_arr(input: Vec<Expr>) -> Result<Expr, PolarsError>
Horizontally concatenate columns into a single array-type column.