re_arrow_util::arrays

Function arrays_to_list_array_opt

Source
pub fn arrays_to_list_array_opt(
    arrays: &[Option<&dyn Array>],
) -> Option<ListArray>
Expand description

Create a sparse list-array out of an array of arrays.

All arrays must have the same datatype.

Returns None if arrays is empty.