| 664 | template <bool needSort> |
| 665 | void SpillableWindowBuild<needSort>::resetSpiller() { |
| 666 | spillers_[currentPartition_] = nullptr; |
| 667 | } |
| 668 | |
| 669 | template class SpillableWindowBuild<true>; |
| 670 | template class SpillableWindowBuild<false>; |
| 671 |
no outgoing calls
no test coverage detected