Function datafusion_python::datafusion_common::utils::array_into_large_list_array
source ยท pub fn array_into_large_list_array(arr: Arc<dyn Array>) -> GenericListArray<i64>Expand description
Wrap an array into a single element LargeListArray.
For example [1, 2, 3] would be converted into [[1, 2, 3]]