alamb commented on PR #18055: URL: https://github.com/apache/datafusion/pull/18055#issuecomment-3406390373
There is similar code for filtering here (namely that evaluates the filter expression first, and then only calles `filter` with columns that are needed) https://github.com/apache/datafusion/blob/a8925f3ae9d5c0bef7f94ee9838e1c65bc5cedc4/datafusion/physical-plan/src/filter.rs#L644-L668 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
