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