Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ init
Method
init
sql/sql_window.cc:1787–1790 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1785
cursor(thd, partition_list) {}
1786
1787
void init(READ_RECORD *info) override
1788
{
1789
cursor.init(info);
1790
}
1791
1792
void pre_next_partition(ha_rows rownum) override
1793
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected