MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / containing_subselect

Method containing_subselect

sql/table.cc:1013–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011*/
1012
1013Item_subselect *TABLE_LIST::containing_subselect()
1014{
1015 return (select_lex ? select_lex->master_unit()->item : 0);
1016}
1017
1018uint TABLE_LIST::query_block_id() const
1019{

Callers

nothing calls this directly

Calls 1

master_unitMethod · 0.80

Tested by

no test coverage detected