Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ next_partition
Method
next_partition
sql/sql_window.cc:1480–1484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1478
}
1479
1480
void next_partition(ha_rows rownum) override
1481
{
1482
cursor.move_to(rownum);
1483
walk_till_non_peer();
1484
}
1485
1486
void pre_next_row() override
1487
{
Callers
nothing calls this directly
Calls
1
move_to
Method · 0.80
Tested by
no test coverage detected