We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2925900 commit e898309Copy full SHA for e898309
datafusion/physical-plan/src/filter_pushdown.rs
@@ -28,7 +28,7 @@
28
//! 4. **Parent Responds**: The optimizer calls `ExecutionPlan::handle_child_pushdown_result` on the parent,
29
//! passing a [`ChildPushdownResult`] containing the aggregated pushdown outcomes. The parent decides
30
//! how to handle filters that couldn't be pushed down (e.g., keep them as FilterExec nodes).
31
-//!
+//!
32
//! See also datafusion/physical-optimizer/src/filter_pushdown.rs.
33
34
use std::collections::HashSet;
0 commit comments