pub fn array_into_large_list_array(arr: ArrayRef) -> LargeListArray
Expand description
Wrap an array into a single element LargeListArray
.
For example [1, 2, 3]
would be converted into [[1, 2, 3]]
pub fn array_into_large_list_array(arr: ArrayRef) -> LargeListArray
Wrap an array into a single element LargeListArray
.
For example [1, 2, 3]
would be converted into [[1, 2, 3]]