-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plan: propagate constant over outer join #7794
Merged
Merged
Commits on Sep 13, 2018
-
plan: propagate constant over outer join
- 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;
Configuration menu - View commit details
-
Copy full SHA for 71f2b8c - Browse repository at this point
Copy the full SHA 71f2b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e56122 - Browse repository at this point
Copy the full SHA 1e56122View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18e344 - Browse repository at this point
Copy the full SHA f18e344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552f717 - Browse repository at this point
Copy the full SHA 552f717View commit details -
do not propagate filter with aux column
Configuration menu - View commit details
-
Copy full SHA for c951009 - Browse repository at this point
Copy the full SHA c951009View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e133c - Browse repository at this point
Copy the full SHA a7e133cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 383b2ab - Browse repository at this point
Copy the full SHA 383b2abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c58055 - Browse repository at this point
Copy the full SHA 4c58055View commit details
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1cb5043 - Browse repository at this point
Copy the full SHA 1cb5043View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4583f - Browse repository at this point
Copy the full SHA ba4583fView commit details
Commits on Oct 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d481b8c - Browse repository at this point
Copy the full SHA d481b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a123a0 - Browse repository at this point
Copy the full SHA 4a123a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e55bb - Browse repository at this point
Copy the full SHA f4e55bbView commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e886557 - Browse repository at this point
Copy the full SHA e886557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f27b7 - Browse repository at this point
Copy the full SHA 00f27b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c01c82 - Browse repository at this point
Copy the full SHA 6c01c82View commit details
Commits on Oct 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f03d21 - Browse repository at this point
Copy the full SHA 2f03d21View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e5f0691 - Browse repository at this point
Copy the full SHA e5f0691View commit details -
Configuration menu - View commit details
-
Copy full SHA for f69b6f8 - Browse repository at this point
Copy the full SHA f69b6f8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.