Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ init
Method
init
sql/sql_window.cc:2096–2100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2094
}
2095
2096
void init(READ_RECORD *info) override
2097
{
2098
cursor.init(info);
2099
at_partition_end= false;
2100
}
2101
2102
void pre_next_partition(ha_rows rownum) override
2103
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected