We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f1a9a commit 9087fedCopy full SHA for 9087fed
1 file changed
datafusion/physical-optimizer/src/projection_pushdown.rs
@@ -45,7 +45,7 @@ use datafusion_physical_plan::ExecutionPlan;
45
///
46
/// Furthermore, tries to push down projections from nested loop join filters that only depend on
47
/// one side of the join. By pushing these projections down, functions that only depend on one side
48
-/// of the join must be done for the cartesian product of the two sides.
+/// of the join must be evaluated for the cartesian product of the two sides.
49
#[derive(Default, Debug)]
50
pub struct ProjectionPushdown {}
51
0 commit comments