-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Refactoring of plan building #7054
Commits on Nov 17, 2020
-
Introduce Inputs and Rewrite as a way to visit all nodes in the tree, and used them to implement First and PushMisc outside the builders Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c7d3bd7 - Browse repository at this point
Copy the full SHA c7d3bd7View commit details -
Extracted SetUpperLimit from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 3ae36f4 - Browse repository at this point
Copy the full SHA 3ae36f4View commit details
Commits on Nov 18, 2020
-
extracted PushLock from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4b824c0 - Browse repository at this point
Copy the full SHA 4b824c0View commit details -
extracted PushFilter from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 354ec9a - Browse repository at this point
Copy the full SHA 354ec9aView commit details -
extracted PushSelect from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ae3798e - Browse repository at this point
Copy the full SHA ae3798eView commit details -
extracted PushGroupBy from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 6b0916e - Browse repository at this point
Copy the full SHA 6b0916eView commit details -
extracted MakeDistinct() from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2ff2c72 - Browse repository at this point
Copy the full SHA 2ff2c72View commit details -
extracted PushOrderBy from the builder interface
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for a2d35c8 - Browse repository at this point
Copy the full SHA a2d35c8View commit details -
renamed builder to logicalPlan
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 93d8023 - Browse repository at this point
Copy the full SHA 93d8023View commit details
Commits on Nov 19, 2020
-
make sure to support distinct and grouping in the same query
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 03ef581 - Browse repository at this point
Copy the full SHA 03ef581View commit details
Commits on Nov 23, 2020
-
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 42099a2 - Browse repository at this point
Copy the full SHA 42099a2View commit details