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

Initial projection pushdown optimization #113

Merged
merged 19 commits into from
May 26, 2022
Merged

Commits on May 13, 2022

  1. Add column usage enum

    jonmmease committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d2e77ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b428c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    534ee41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4fbf57 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    25ccd7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    323eb2b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    5417755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7602d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4454885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868b1cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    7a7b2e2 View commit details
    Browse the repository at this point in the history
  2. clippy fix

    jonmmease committed May 26, 2022
    Configuration menu
    Copy the full SHA
    95b488b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    690280a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5f602c View commit details
    Browse the repository at this point in the history
  5. Don't abort projection pushdown on named mark,

    comment out playfair mock test which uses a named mark as a dataset.
    jonmmease committed May 26, 2022
    Configuration menu
    Copy the full SHA
    bbc2533 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d6e1f6 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    jonmmease committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a8a36a8 View commit details
    Browse the repository at this point in the history
  8. package-lock.json update

    jonmmease committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f707538 View commit details
    Browse the repository at this point in the history
  9. clippy fix

    jonmmease committed May 26, 2022
    Configuration menu
    Copy the full SHA
    219c997 View commit details
    Browse the repository at this point in the history