Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ get_union
Method
get_union
sql/sql_explain.cc:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
Explain_union *Explain_query::get_union(uint select_id)
96
{
97
return (unions.elements() > select_id) ? unions.at(select_id) : NULL;
98
}
99
100
Explain_select *Explain_query::get_select(uint select_id)
101
{
Callers
4
save_union_explain
Method · 0.80
save_union_explain_part2
Method · 0.80
build_explain
Method · 0.80
save_explain_data
Method · 0.80
Calls
2
elements
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected