Specifies the maximum number of rows to read per spill read operation.
| 145 | |
| 146 | // Specifies the maximum number of rows to read per spill read operation. |
| 147 | void setMaxOutputRows(uint32_t maxOutputRows) { |
| 148 | maxOutputRows_ = maxOutputRows; |
| 149 | } |
| 150 | |
| 151 | virtual void resetSpiller() {} |
| 152 |