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/03/29 10:05:08 UTC

[GitHub] [arrow-datafusion] yjshen edited a comment on issue #2093: Add an `InSet` function as an optimized version for `IN`

yjshen edited a comment on issue #2093:
URL: https://github.com/apache/arrow-datafusion/issues/2093#issuecomment-1080837823


   @Ted-Jiang  Another plausible or even preferable way is: we can branch in `in_list` to provide a fast-pass according to its args and reduce the burden it may take to maintain a separate function with a similar semantic.


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