nirandaperera commented on pull request #10410: URL: https://github.com/apache/arrow/pull/10410#issuecomment-849044674
@bkietz I think the bitmap ops approach is simpler than the bitmap visitor approach. WDYT? bitmap ops - https://github.com/apache/arrow/blob/8c0e8d9749f171da3826d9b194eacbd897909873/cpp/src/arrow/compute/kernels/scalar_if_else.cc#L307 onward bitmap visitor - https://github.com/apache/arrow/blob/8c0e8d9749f171da3826d9b194eacbd897909873/cpp/src/arrow/compute/kernels/scalar_if_else.cc#L156 onward -- 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. For queries about this service, please contact Infrastructure at: [email protected]
