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

refactor: remove logical plan interface #16006

Merged
merged 18 commits into from
May 28, 2024
Merged

Commits on May 24, 2024

  1. refactor: clean up expression rewriting

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    05cb631 View commit details
    Browse the repository at this point in the history
  2. refactor: stop using the Route logical plan in one context

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a4a55c7 View commit details
    Browse the repository at this point in the history
  3. refactor: remove Route logical plan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    566372b View commit details
    Browse the repository at this point in the history
  4. refactor: remove concatenate logical plan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7a92d31 View commit details
    Browse the repository at this point in the history
  5. refactor: remove join logical plan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d09d7c5 View commit details
    Browse the repository at this point in the history
  6. refactor: remove distinct logicalPlan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    837d0f8 View commit details
    Browse the repository at this point in the history
  7. refactor: remove dmlWithInput logicalPlan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f68910b View commit details
    Browse the repository at this point in the history
  8. refactor: remove filter logicalPlan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    97a0f6c View commit details
    Browse the repository at this point in the history
  9. refactor: remove fkVerify, fkCascade and insert logicalPlan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cae671d View commit details
    Browse the repository at this point in the history
  10. refactor: remove limit, memorySort, mergeSort and orderedAggregate lo…

    …gicalPlan
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3bc7c5d View commit details
    Browse the repository at this point in the history
  11. refactor: remove unused field

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6c9fce8 View commit details
    Browse the repository at this point in the history
  12. refactor: remove projection and semiJoin logicalPlan

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d6d99e4 View commit details
    Browse the repository at this point in the history
  13. refactor: remove more logical plans

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    db89b29 View commit details
    Browse the repository at this point in the history
  14. refactor: remove last logicalPlan implementation

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    92596ba View commit details
    Browse the repository at this point in the history
  15. refactor: remove the logicalPlan interface and use engine.Primitive i…

    …nstead
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fdc4cc2 View commit details
    Browse the repository at this point in the history
  16. refactor: rename methods

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0f3a760 View commit details
    Browse the repository at this point in the history
  17. clean up: remove unused interface and implementation

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    72e6d63 View commit details
    Browse the repository at this point in the history
  18. refactor: if condition always false

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7af4f5f View commit details
    Browse the repository at this point in the history