Skip to content
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

separate sub-query and derived table into different structs #7081

Merged
merged 2 commits into from
Nov 27, 2020

Conversation

systay
Copy link
Collaborator

@systay systay commented Nov 27, 2020

They are very similar in syntax, but one is a table expression and one is a value expression. No need to make the planner more complex by making it have to tell the two uses apart - easier if the parser differentiates between them.

@systay systay added Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature) labels Nov 27, 2020
@systay systay changed the title separate sub query and derived table into different structs separate sub-query and derived table into different structs Nov 27, 2020
Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
@harshit-gangal harshit-gangal merged commit e10b0d0 into vitessio:master Nov 27, 2020
@askdba askdba added this to the v9.0 milestone Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants