-
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.