Modify aggregation_request_helper::validate() to take in a boolean to indicate whether it is a top level explain

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, the aggregation_request_helper::validate() function takes in an optional explainVerbosity where we use the existence of the explainVerbosity to determine whether the command is a explain() command or not. However, we don't actually use the value of explainVerbosity beyond this in the function and thus we can improve readability by changing the parameter to be a bool instead.

            Assignee:
            Unassigned
            Reporter:
            Naafiyan Ahmed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: