alamb opened a new issue, #2165: URL: https://github.com/apache/arrow-datafusion/issues/2165
The basic idea is that instead of using `ScalarValue` which has runtime dispatch overhead, we could use native rust types, like `HashSet<u32>`, etc. I think that could be a couple times faster. _Originally posted by @Dandandan in https://github.com/apache/arrow-datafusion/pull/2156#discussion_r841898112_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
