arrow_select::take

Function take_boolean

Source
fn take_boolean<IndexType: ArrowPrimitiveType>(
    values: &BooleanArray,
    indices: &PrimitiveArray<IndexType>,
) -> BooleanArray
Expand description

take implementation for boolean arrays