| 1349 | } |
| 1350 | |
| 1351 | void next_row() override |
| 1352 | { |
| 1353 | if (end_of_partition) |
| 1354 | return; |
| 1355 | /* |
| 1356 | Ok, our cursor is at the first row R where |
| 1357 | (prev_row + n) >= R |
| 1358 | We need to check about the current row. |
| 1359 | */ |
| 1360 | walk_till_non_peer(); |
| 1361 | } |
| 1362 | |
| 1363 | ha_rows get_curr_rownum() const override |
| 1364 | { |
no outgoing calls
no test coverage detected