pub fn recursive_list_from_list_view(array: ArrayRef) -> VortexResult<ArrayRef>Expand description
Recursively converts all ListViewArrays to ListArrays in a nested array structure.
The conversion happens bottom-up, processing children before parents.