Skip to main content

take_fixed_size_list_primitive

Function take_fixed_size_list_primitive 

Source
fn take_fixed_size_list_primitive<IndexType: ArrowPrimitiveType>(
    child: &ArrayRef,
    indices: &PrimitiveArray<IndexType>,
    list_size: usize,
    element_size: usize,
    taken_row_nulls: Option<&NullBuffer>,
) -> ArrayRef