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 2021/01/06 14:05:04 UTC

[GitHub] [arrow] yordan-pavlov commented on pull request #9038: ARROW-10356: [Rust][DataFusion] Add support for is_in (WIP)

yordan-pavlov commented on pull request #9038:
URL: https://github.com/apache/arrow/pull/9038#issuecomment-755316885


   @seddonm1 looks great, the 'IN' operator is one of the features I have been missing and thinking about implementing myself but looks like you beat me to it :) 
   my only concern is that the current implementation doesn't appear to make use of SIMD; have you looked into comparing performance against an expression of the form `(eq(array, scalar1) or eq(array, scalar2) or ...)`?


----------------------------------------------------------------
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:
users@infra.apache.org