peter-toth commented on code in PR #9913:
URL: https://github.com/apache/arrow-datafusion/pull/9913#discussion_r1555643418
##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1079,57 +1317,178 @@ impl LogicalPlan {
}
}
+/// This macro is used to determine continuation during combined transforming
Review Comment:
Actually, I deliberately added `..._with_subqueries()` versions of all base
`TreeNode` APIs to `LogicalPlan`. These 3 macros are used in
`LogicalPlan::rewrite_with_subqueries()`,
`LogicalPlan::transform_down_with_subqueries()` and
`LogicalPlan::transform_up_with_subqueries()`.
--
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]