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/04/05 20:21:19 UTC

[GitHub] [arrow-datafusion] Dandandan commented on issue #2165: Optimize InList implementation with native types rather than ScalarValue

Dandandan commented on issue #2165:
URL: https://github.com/apache/arrow-datafusion/issues/2165#issuecomment-1089292408

   In addition to higher memory usage and dispatching overhead there are two extra sources of overhead:
   
   * Having to convert all values from array items to `ScalarValue`
   * Hashing a `Scalarvalue` is slower than hashing a native type.


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