Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ pop_case_expr_id
Method
pop_case_expr_id
sql/sp_pcontext.h:404–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
void pop_case_expr_id()
405
{ m_case_expr_ids.pop(); }
406
407
int get_current_case_expr_id() const
408
{ return *m_case_expr_ids.back(); }
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected