Function re_chunk::util::arrays_to_list_array_opt

source ยท
pub fn arrays_to_list_array_opt(
    arrays: &[Option<&dyn Arrow2Array>],
) -> Option<ListArray<i32>>
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.