You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/05/09 15:39:26 UTC

[GitHub] [arrow] pitrou commented on pull request #35149: GH-35141: [C++] Versions of IsNull/IsValid that don't branch on type

pitrou commented on PR #35149:
URL: https://github.com/apache/arrow/pull/35149#issuecomment-1540421383

   I'm skeptical about this. Did you find any kernels that call `IsNull` or `IsValid`? We have more efficient loop constructs for scanning entire null bitmaps, such as `BitRunReader` and `BitBlockCounter`.
   
   (this is also handled internally by `VisitArraySpanInline`)


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