re_arrow_util::arrays

Function new_list_array_of_empties

Source
pub fn new_list_array_of_empties(
    child_datatype: &DataType,
    len: usize,
) -> ListArray
Expand description

Returns a new [[ListArray]] with len entries.

Each entry will be an empty array of the given child_datatype.