westonpace commented on issue #36420: URL: https://github.com/apache/arrow/issues/36420#issuecomment-1642543049
> @westonpace essentially, the behaviour you propose is to have a variant of is_in that is actually the equivalent of (arr == val1) or (arr == val2) or ..., right? Yes. That is correct. I encountered this when working on #34834 because Substrait translates SQL's `WHERE x IN [1, 5]` to a `SingularOrList` and I want to translate that `SingularOrList` to `is_in` to get better performance. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
