Make sure our filter
and take
kernels early-out where possible
#7632
Labels
Milestone
filter
and take
kernels early-out where possible
#7632
I'm pretty sure the implementations in Arrow don't:
filter()
simplifies to a no-op if the filter is a full-mask.take()
simplifies to a no-op if the indices cover the whole range in order.The text was updated successfully, but these errors were encountered: