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/08/09 15:53:03 UTC

[GitHub] [arrow-datafusion] jorgecarleitao commented on pull request #844: Add ScalarValue::eq_array optimized comparison function

jorgecarleitao commented on pull request #844:
URL: https://github.com/apache/arrow-datafusion/pull/844#issuecomment-895337903


   Could it make sense to use [`arrow::compute::kernels::comparison::eq_utf8_scalar`](https://github.com/apache/arrow-rs/blob/master/arrow/src/compute/kernels/comparison.rs#L462), `simd_compare_op` and the like? Not sure there is an implementation for the dictionary array, but, for the remaining, it seems that this is the case.


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