Jimexist opened a new issue #372: URL: https://github.com/apache/arrow-datafusion/issues/372
I am not sure we should use `IntoIterator<Item = Expr>` for every field with 6 fields. This will produce a version of the compiled function for every combination, which IMO adds an unnecessary compile time and binary size. `IntoIterator` is more relevant when we want to avoid an extra allocation; these are very small vectors. _Originally posted by @jorgecarleitao in https://github.com/apache/arrow-datafusion/pull/334#discussion_r636596927_ -- 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: [email protected]
