Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plan: propagate constant over outer join (#7794)
- extract `outerCol = const` from join conditions and filter conditions, substitute `outerCol` in join conditions with `const`; - extract `outerCol = innerCol` from join conditions, derive new join conditions based on this column equal condition and `outerCol` related expressions in join conditions and filter conditions;
- Loading branch information