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

Method next_select

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

Source from the content-addressed store, hash-verified

860 }
861 st_select_lex* outer_select();
862 st_select_lex* next_select() { return (st_select_lex*) next; }
863
864 st_select_lex* last_select()
865 {

Callers 8

walk_bodyMethod · 0.80
test_limitMethod · 0.80
last_selectMethod · 0.80
is_unionMethod · 0.80
mark_as_dependentMethod · 0.80
printMethod · 0.80
can_be_mergedMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_limitMethod · 0.64