File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828//! 4. **Parent Responds**: The optimizer calls [`ExecutionPlan::handle_child_pushdown_result`] on the parent,
2929//! passing a [`ChildPushdownResult`] containing the aggregated pushdown outcomes. The parent decides
3030//! how to handle filters that couldn't be pushed down (e.g., keep them as FilterExec nodes).
31- //!
31+ //!
3232//! [`FilterDescription`]: datafusion_physical_plan::filter_pushdown::FilterDescription
3333
3434use std:: sync:: Arc ;
Original file line number Diff line number Diff line change 2828//! 4. **Parent Responds**: The optimizer calls [`ExecutionPlan::handle_child_pushdown_result`] on the parent,
2929//! passing a [`ChildPushdownResult`] containing the aggregated pushdown outcomes. The parent decides
3030//! how to handle filters that couldn't be pushed down (e.g., keep them as FilterExec nodes).
31- //!
31+ //!
3232//! [`ExecutionPlan::gather_filters_for_pushdown`]: crate::ExecutionPlan::gather_filters_for_pushdown
3333//! [`ExecutionPlan::handle_child_pushdown_result`]: crate::ExecutionPlan::handle_child_pushdown_result
3434//!
You can’t perform that action at this time.
0 commit comments