Function re_arrow_util::arrow_util::pad_list_array_back

source ยท
pub fn pad_list_array_back(
    list_array: &ListArray,
    target_len: usize,
) -> ListArray
Expand description

Create a new [ListArray] of target length by appending null values to its back.

This will share the same child data array buffer, but will create new offset and nulls buffers.