| 167 | |
| 168 | virtual void loadNextPartialPartitionFromSpill() { |
| 169 | return; |
| 170 | } |
| 171 | |
| 172 | virtual void setIfAggWindowFunc(bool ifAggWindowFunc) { |
| 173 | BOLT_UNREACHABLE("should not call setIfAggWindowFunc in base WindowBuild"); |
| 174 | } |
no outgoing calls
no test coverage detected