Determines if the current partition is complete and then proceed to the next partition.
| 127 | // Determines if the current partition is complete and then proceed to the |
| 128 | // next partition. |
| 129 | virtual bool processFinished() const { |
| 130 | return true; |
| 131 | } |
| 132 | |
| 133 | /// Copies the values at 'columnIndex' into 'result' (starting at |
| 134 | /// 'resultOffset') for the rows at positions in the 'rowNumbers' |