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

Gen4: support for ordering using derived table columns #8961

Merged
merged 5 commits into from
Oct 11, 2021

Commits on Oct 8, 2021

  1. binding test for order by using columns from derived table

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    0913252 View commit details
    Browse the repository at this point in the history
  2. virtual tables used from binding order by and group by to use direct …

    …and recursive dependency of the columns it matches
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    c8f19f5 View commit details
    Browse the repository at this point in the history
  3. plan ordering on top of simple projection

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    412c4ab View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. create all necessary maps

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    25767ce View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. addressed review comments

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ba23ffa View commit details
    Browse the repository at this point in the history