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

Method get_master

sql/sql_lex.h:496–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 virtual ~st_select_lex_node() {}
495
496 inline st_select_lex_node* get_master() { return master; }
497 virtual void init_query();
498 virtual void init_select();
499 void include_down(st_select_lex_node *upper);

Callers 1

outer_selectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected