Function re_chunk::util::new_list_array_of_empties

source ·
pub fn new_list_array_of_empties(
    child_datatype: DataType,
    len: usize
) -> ListArray<i32>
Expand description

Returns a new [ArrowListArray] with len entries.

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