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: Print better expression trees #20147

Merged
merged 1 commit into from
Mar 3, 2020
Merged

Commits on Mar 3, 2020

  1. Query: Print better expression trees

    - Removed parenthesis around IPrintableExpression since it was making printing of query roots bad.
      - Individual expression should decide if it wants to add parenthesis around it.
    - Reduce the expression tree before printing in Navigation expansion for more human readable form.
    
    Required for #20146
    smitpatel committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    40f86db View commit details
    Browse the repository at this point in the history