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

Method next_unit

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

Source from the content-addressed store, hash-verified

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);
617 }
618 inline select_result *get_result() { return result; }
619
620 void reinit_exec_mechanism();

Callers 1

can_be_mergedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected