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: Combine queryable method processing expression visitors #19885

Merged
merged 1 commit into from
Feb 12, 2020

Commits on Feb 12, 2020

  1. Query: Combine queryable method processing expression visitors

    Introduces QueryableMethodNormalizingExpressionVisitor which
    - Extract query metadata methods
    - Convert from enumerable to queryable
    - Convert List.Contains to queryable Contains
    - Flatten GroupJoin-SelectMany
    
    Nav expansion now calls this method on query filter/ defining query
    
    Resolves #19708
    
    Part of #18923
    smitpatel committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    18ae848 View commit details
    Browse the repository at this point in the history