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(agg): separate semantics of AggKind and AggType #18640

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Commits on Sep 23, 2024

  1. rename AggCall.Type to AggCall.Kind

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b665106 View commit details
    Browse the repository at this point in the history
  2. rename proto field to kind

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3c453f9 View commit details
    Browse the repository at this point in the history
  3. rename Rust AggKind to `Agg

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4f6a907 View commit details
    Browse the repository at this point in the history
  4. rename agg_kind to agg_type

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f9485f5 View commit details
    Browse the repository at this point in the history
  5. rename other agg kind to agg_type

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9988c60 View commit details
    Browse the repository at this point in the history
  6. rename AggType::to_protobuf to AggType::to_protobuf_simple

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fbf4f06 View commit details
    Browse the repository at this point in the history