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

feat: support aggr push down in distributed query #1232

Merged
merged 13 commits into from
Sep 30, 2023

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    cf808e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff4a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f28b533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d17c92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddb0a72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b20399b View commit details
    Browse the repository at this point in the history
  7. fix clippy.

    Rachelint committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2af4705 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    f69d803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245896b View commit details
    Browse the repository at this point in the history
  3. fix clippy.

    Rachelint committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dc5be18 View commit details
    Browse the repository at this point in the history
  4. improve comments.

    Rachelint committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c5db411 View commit details
    Browse the repository at this point in the history
  5. refactor pushing_down to pushdown_continue, and wrap the executab…

    …le judgement into `is_executable`.
    Rachelint committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7a10a62 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. fix comments of resolve_partitioned_scan, and rename `PushDownStatu…

    …s` to `PushDownEvent`.
    Rachelint committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    8ac3150 View commit details
    Browse the repository at this point in the history