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

Query: Add support for custom aggregate operators #28092

Merged
1 commit merged into from
May 25, 2022
Merged

Commits on May 24, 2022

  1. Query: Add support for custom aggregate operators

    Resolves #22957
    
    - Introduce IAggregateMethodCallTranslator and family to translate aggregate methods
    - Currently we assume that either method instance or first argument (for static method) will be the one which can be of type enumerable, rest of the arguments if any are scalar.
    - Also refactor code in SqlTranslator.VisitMethodCall to avoid visiting grouping element source multiple times
    smitpatel committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e89465f View commit details
    Browse the repository at this point in the history