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

Method first_select

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

Source from the content-addressed store, hash-verified

608 st_select_lex_unit* master_unit();
609 st_select_lex* outer_select();
610 st_select_lex* first_select()
611 {
612 return reinterpret_cast<st_select_lex*>(slave);
613 }
614 st_select_lex_unit* next_unit()
615 {
616 return reinterpret_cast<st_select_lex_unit*>(next);

Callers 8

walk_bodyMethod · 0.80
test_limitMethod · 0.80
query_block_idMethod · 0.80
mark_as_dependentMethod · 0.80
can_be_mergedMethod · 0.80
typeMethod · 0.80
mysql_new_selectFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_limitMethod · 0.64