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 12:06:41 UTC

[GitHub] [arrow-rs] tustvold commented on pull request #1499: Alternative implementation of nullif kernel by slicing nested buffers

tustvold commented on PR #1499:
URL: https://github.com/apache/arrow-rs/pull/1499#issuecomment-1103855318

   One potential option to handle `BooleanArray` might be for `Buffer` to store the offset in terms of elements, as opposed to bytes. This would make it behave similarly to the current offset in `ArrayData`. We might even be able to combine this with a move to some sort of typed buffer implementation. The downside would be even more code churn...


-- 
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