| 1006 | } |
| 1007 | |
| 1008 | void reset() { |
| 1009 | spiller_.reset(); |
| 1010 | rowContainer_.reset(); |
| 1011 | rowVector_.reset(); |
| 1012 | rows_.clear(); |
| 1013 | partitions_.clear(); |
| 1014 | } |
| 1015 | |
| 1016 | const TestParam param_; |
| 1017 | const Spiller::Type type_; |
no test coverage detected