-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
QE 2025-06-23, QE 2025-07-07
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
PlanExecutor* exec is immediately dynamically casted to PlanExecutorPipeline* and checked to be non-nullptr anyway. In the places where this method is called the exec is already checked to be PlanExecutorPipeline, by changing the signature we could perform one less downcast.