pub fn arrays_to_list_array_opt( arrays: &[Option<&dyn Array>], ) -> Option<ListArray>
Create a sparse list-array out of an array of arrays.
All arrays must have the same datatype.
Returns None if arrays is empty.
None
arrays