Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ outer_select
Method
outer_select
sql/sql_lex.cc:1995–1998 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1993
1994
1995
st_select_lex* st_select_lex_unit::outer_select()
1996
{
1997
return (st_select_lex*) master;
1998
}
1999
2000
2001
bool st_select_lex::add_order_to_list(THD *thd, Item *item, bool asc)
Callers
5
init
Method · 0.80
uncacheable
Method · 0.80
mark_as_dependent
Method · 0.80
register_sum_func
Method · 0.80
mysql_new_select
Function · 0.80
Calls
1
get_master
Method · 0.80
Tested by
no test coverage detected