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

Method first_inner_unit

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

Source from the content-addressed store, hash-verified

855 void init_select();
856 st_select_lex_unit* master_unit();
857 st_select_lex_unit* first_inner_unit()
858 {
859 return (st_select_lex_unit*) slave;
860 }
861 st_select_lex* outer_select();
862 st_select_lex* next_select() { return (st_select_lex*) next; }
863

Callers 1

can_be_mergedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected