Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ get_select
Method
get_select
sql/sql_explain.cc:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
Explain_select *Explain_query::get_select(uint select_id)
101
{
102
return (selects.elements() > select_id) ? selects.at(select_id) : NULL;
103
}
104
105
106
void Explain_query::add_node(Explain_node *node)
Callers
7
print_explain_regular
Method · 0.45
print_explain_json_regular
Method · 0.45
optimize_unflattened_subqueries
Method · 0.45
build_explain
Method · 0.45
save_explain_data
Method · 0.45
optimize
Method · 0.45
spd_table.cc
File · 0.45
Calls
2
elements
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected