MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / add_cont_backpatch_entry

Method add_cont_backpatch_entry

sql/sp_head.cc:603–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601
602
603bool sp_parser_data::add_cont_backpatch_entry(sp_lex_branch_instr *i)
604{
605 i->set_cont_dest(m_cont_level);
606 return m_cont_backpatch.push_front(i);
607}
608
609
610void sp_parser_data::do_cont_backpatch(uint dest)

Callers

nothing calls this directly

Calls 2

set_cont_destMethod · 0.80
push_frontMethod · 0.45

Tested by

no test coverage detected