MCPcopy 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
95Explain_union *Explain_query::get_union(uint select_id)
96{
97 return (unions.elements() > select_id) ? unions.at(select_id) : NULL;
98}
99
100Explain_select *Explain_query::get_select(uint select_id)
101{

Callers 4

save_union_explainMethod · 0.80
build_explainMethod · 0.80
save_explain_dataMethod · 0.80

Calls 2

elementsMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected