alamb commented on code in PR #15566:
URL: https://github.com/apache/datafusion/pull/15566#discussion_r2031961859
##########
datafusion/physical-plan/src/execution_plan.rs:
##########
@@ -467,6 +468,383 @@ pub trait ExecutionPlan: Debug + DisplayAs + Send + Sync {
) -> Result<Option<Arc<dyn ExecutionPlan>>> {
Ok(None)
}
+
+ /// A physical optimizer rule that pushes down filters in the execution
plan.
Review Comment:
Here are some documentation suggestions:
- Suggestions for docs: https://github.com/pydantic/datafusion/pull/23
--
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]