-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
Add a public virtual method
virtual void forceSpill() = 0;
in PlanExecutor and implement this method in all classes that inherit from it (DocumentSource, classic , SBE, executor for the IDHACK). The forceSpill method should call the forceSpill of the 'root' stage in the execution tree.