-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
TransformUp is now sensitive to tree modifications #867
Merged
Commits on Mar 17, 2022
-
TransformUp now sensitive to tree modifications
`TransformUp` and related node/expression DFS helper functions expect the visit function to return an additional parameter indicating whether the visit changed the node: `sql.SameTree` or `sql.NewTree`. We use `plan.InspectUp` when possible, and then `plan.TransformUp` where possible, resorting to the more expensive `plan.TransformUpCtx` and `plan.TransformUpCtxSchema` only when necessary.
Configuration menu - View commit details
-
Copy full SHA for ceb8e26 - Browse repository at this point
Copy the full SHA ceb8e26View commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8eaaad0 - Browse repository at this point
Copy the full SHA 8eaaad0View commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3119cde - Browse repository at this point
Copy the full SHA 3119cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e84074 - Browse repository at this point
Copy the full SHA 9e84074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d662e5 - Browse repository at this point
Copy the full SHA 4d662e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd8b460 - Browse repository at this point
Copy the full SHA bd8b460View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa705e - Browse repository at this point
Copy the full SHA efa705eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856fc62 - Browse repository at this point
Copy the full SHA 856fc62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408bb69 - Browse repository at this point
Copy the full SHA 408bb69View commit details -
Merge branch 'max/reduce-transform-mallocs' of github.com:dolthub/go-…
…mysql-server into max/reduce-transform-mallocs
Configuration menu - View commit details
-
Copy full SHA for 01ca96a - Browse repository at this point
Copy the full SHA 01ca96aView commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b9d6ba - Browse repository at this point
Copy the full SHA 3b9d6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8063875 - Browse repository at this point
Copy the full SHA 8063875View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10499f - Browse repository at this point
Copy the full SHA e10499fView 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.