fn take_boolean<IndexType: ArrowPrimitiveType, const CHECKED: bool>( array: &BooleanArray, indices: &PrimitiveArray<IndexType>, ) -> BooleanArray
take implementation for boolean arrays
take