Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ push_lex
Method
push_lex
sql/sp_head.h:292–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
///////////////////////////////////////////////////////////////////////
291
292
void push_lex(LEX *lex)
293
{ m_lex_stack.push_front(lex); }
294
295
LEX *pop_lex()
296
{ return m_lex_stack.pop(); }
Callers
1
reset_lex
Method · 0.80
Calls
1
push_front
Method · 0.45
Tested by
no test coverage detected