alamb opened a new pull request, #5114: URL: https://github.com/apache/arrow-datafusion/pull/5114
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/5092 # Which issue does this PR close? Follow on to https://github.com/apache/arrow-datafusion/pull/5092 # Rationale for this change if it is easier to rewrite expressions in DataFusion, this will lower the barrier to entry to new contributors # What changes are included in this PR? Reduces code for the common case of rewriting an expression by letting the Rust compiler capture parameters via a closure. Some rewrites (like constant folding) still need the full generality of the `ExprRewriter` and I did not # Are these changes tested? covered by existing tests # Are there any user-facing changes? No -- 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]
