-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
Parameterized queries contain markers for parameters using FunctionCall['getParam'] with two children, Constant representing the parameter ID and a Constant representing the SBE type tag of the constant. It would be convenient if the explain generator recognized this structure and printed a more readable format of this node, so a human can see the type of the parameter without having to manually lookup the type tag.
- depends on
-
SERVER-80917 Translate parameterized MatchExpression to ABT getParam function call
- Closed