Function datafusion_common::utils::array_into_list_array
source · pub fn array_into_list_array(arr: ArrayRef) -> ListArray
Expand description
Wrap an array into a single element ListArray
.
For example [1, 2, 3]
would be converted into [[1, 2, 3]]