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

Add Plan Evaluator #592

Merged
merged 24 commits into from
May 26, 2022
Merged

Commits on May 10, 2022

  1. 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 10, 2022
    Configuration menu
    Copy the full SHA
    48a003e View commit details
    Browse the repository at this point in the history
  2. Address build failures

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

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    befac52 View commit details
    Browse the repository at this point in the history
  2. Add PlannerPipeline

    dlurton committed May 11, 2022
    Configuration menu
    Copy the full SHA
    10ebc0e View commit details
    Browse the repository at this point in the history
  3. Add Plan evaluator.

    dlurton committed May 11, 2022
    Configuration menu
    Copy the full SHA
    45d5d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b898db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a73fe2c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    ebd36d3 View commit details
    Browse the repository at this point in the history
  2. Fix post-merge build failures

    dlurton committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f18b6bb View commit details
    Browse the repository at this point in the history
  3. Make ktlint happy

    dlurton committed May 19, 2022
    Configuration menu
    Copy the full SHA
    77a4ec5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    8383b55 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'physical-plan-staging-metadata-resolver' into physical-…

    …plan-staging-planner-pipeline
    dlurton committed May 23, 2022
    Configuration menu
    Copy the full SHA
    4a780a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d84673 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'physical-plan-staging-metadata-resolver' into physical-…

    …plan-staging-planner-pipeline
    dlurton committed May 23, 2022
    Configuration menu
    Copy the full SHA
    6f5d1ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dd95c7 View commit details
    Browse the repository at this point in the history
  6. Account for name change

    dlurton committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a2ced51 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'physical-plan-staging-planner-pipeline' into physical-p…

    …lan-staging-plan-evaluator
    dlurton committed May 23, 2022
    Configuration menu
    Copy the full SHA
    89931f8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Post merge fixes

    dlurton committed May 24, 2022
    Configuration menu
    Copy the full SHA
    99697f8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    dedb7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5f1a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    168d2ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d07eda7 View commit details
    Browse the repository at this point in the history
  5. Minor changes to docs

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

Commits on May 26, 2022

  1. Add some kdoc

    dlurton committed May 26, 2022
    Configuration menu
    Copy the full SHA
    962d134 View commit details
    Browse the repository at this point in the history