MCPcopy Create free account
hub / github.com/MariaDB/server / next_row

Method next_row

sql/sql_window.cc:1351–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 3

executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected