pub fn array_to_unit_list(array: ArrayRef) -> ListArray<i64>
Convert a list [1, 2, 3] to a list type of [[1], [2], [3]]
[1, 2, 3]
[[1], [2], [3]]