Skip to content

Commit 9087fed

Browse files
committed
Docs
1 parent 59f1a9a commit 9087fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/physical-optimizer/src/projection_pushdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use datafusion_physical_plan::ExecutionPlan;
4545
///
4646
/// Furthermore, tries to push down projections from nested loop join filters that only depend on
4747
/// 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.
48+
/// of the join must be evaluated for the cartesian product of the two sides.
4949
#[derive(Default, Debug)]
5050
pub struct ProjectionPushdown {}
5151

0 commit comments

Comments
 (0)