| 151 | } |
| 152 | |
| 153 | // Specifies the maximum number of rows to read per spill read operation. |
| 154 | void setMaxOutputRows(uint32_t maxOutputRows) { |
| 155 | maxOutputRows_ = maxOutputRows; |
| 156 | } |
| 157 | |
| 158 | virtual void resetSpiller() {} |
no outgoing calls
no test coverage detected