Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ push_context
Method
push_context
sql/sql_lex.h:2598–2601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2596
}
2597
2598
bool push_context(Name_resolution_context *context)
2599
{
2600
return context_stack.push_front(context);
2601
}
2602
2603
void pop_context()
2604
{
Callers
2
init_query
Method · 0.45
push_new_name_resolution_context
Function · 0.45
Calls
1
push_front
Method · 0.45
Tested by
no test coverage detected