yordan-pavlov edited a comment 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 ... or eq(array, 
scalarN))`?


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


Reply via email to