MCPcopy 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_headMethod · 0.80
restore_lexMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected