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

Merge physical plan evaluator and basic planner to main #612

Merged
merged 17 commits into from
May 27, 2022

Commits on May 9, 2022

  1. Additional pipeline abstraction for test framework (#583)

    * Additional pipeline abstractions to share more code when testing the CompilerPipeline and future PlannerPipeline
    dlurton committed May 9, 2022
    Configuration menu
    Copy the full SHA
    517c9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35f659e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    c57fdff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec7d390 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Query planner passes (#588)

    * Add 3 query planner passes.
    
    - AST->logical
    - logical->resolved
    - lesolved->physical.
    
    Not yet integrated with anything--that will come in a future commit.
    dlurton committed May 19, 2022
    Configuration menu
    Copy the full SHA
    77b522b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd6cc5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    d2b6ede View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Add PlannerPipeline (#590)

    * Add 3 query planner passes.
    
    - AST->logical
    - logical->resolved
    -resolved->physical.
    
    Not yet integrated with anything--that will come in a future commit.
    dlurton committed May 24, 2022
    Configuration menu
    Copy the full SHA
    694b660 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Add Plan Evaluator (#592)

    dlurton committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e0a3519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a71241 View commit details
    Browse the repository at this point in the history
  3. Add TODO

    dlurton committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ea40e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34025b3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Update lang/src/org/partiql/lang/SqlException.kt

    Co-authored-by: Alan Cai <[email protected]>
    dlurton and alancai98 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    49e777d View commit details
    Browse the repository at this point in the history
  2. Apply PR feedback

    dlurton committed May 27, 2022
    Configuration menu
    Copy the full SHA
    192a84f View commit details
    Browse the repository at this point in the history
  3. Apply PR feedback from Alan

    dlurton committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0b97399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    209175e View commit details
    Browse the repository at this point in the history
  5. add todo

    dlurton committed May 27, 2022
    Configuration menu
    Copy the full SHA
    924e01a View commit details
    Browse the repository at this point in the history