You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 10:58:21 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1600: ArrayData Equality Slice Iterator

tustvold opened a new issue, #1600:
URL: https://github.com/apache/arrow-rs/issues/1600

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   A lot of the ArrayData equality implementation iterate through row-wise in the event of nulls, it would be advantageous to instead iterate over valid ranges, for example, using `SlicesIterator`. I originally planned to do this as part of #1589 but that PR already is rather large so creating as ticket and will follow up later
   
   **Describe the solution you'd like**
   
   Should use `SlicesIterator` to amortize the cost of performing equality comparisons


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #1600: ArrayData Equality Slice Iterator

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1600: ArrayData Equality Slice Iterator
URL: https://github.com/apache/arrow-rs/issues/1600


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org