LiaCastaneda commented on PR #20337: URL: https://github.com/apache/datafusion/pull/20337#issuecomment-4042271905
👋 Hey, I was not aware there was already an initiative to build a similar API. This PR implements `apply_expressions`, which mirrors `LogicalPlan::apply_expressions` and is intended to be read only and allocation free. Ideally, we should also implement `map_expressions` (mirroring `LogicalPlan::map_expressions`) to support modifying `PhysicalExprs` and rebuilding the node at the same time. Would both of these APIs cover your use case? -- 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]
