-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2025-01-20, QE 2025-02-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
SpillingStats struct is used to group all the spilling metrics. At the moment when we want to update them we need to accesses each member and update it (example) and this code is repeated in a few places. We should refactor it to hide this from the user.