| 153 | |
| 154 | void extractAccumulators( |
| 155 | char** /*groups*/, |
| 156 | int32_t /*numGroups*/, |
| 157 | VectorPtr* /*result*/) override {} |
| 158 | }; |
| 159 | |
| 160 | void checkSpillStats(PlanNodeStats& stats, bool expectedSpill) { |
| 161 | if (expectedSpill) { |
| 162 | ASSERT_GT(stats.spilledRows, 0); |