pub unsafe fn take_unchecked( values: &BooleanArray, indices: &PrimitiveArray<IdxSize>, ) -> BooleanArray
take implementation for boolean arrays
take
The indices must be in-bounds.