Function re_chunk::util::arrays_to_list_array_opt

source ·
pub fn arrays_to_list_array_opt(
    arrays: &[Option<&dyn ArrowArray>]
) -> 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.