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

Method pop

sql/sql_list.h:487–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 inline T* head() {return (T*) base_list::head(); }
486 inline T** head_ref() {return (T**) base_list::head_ref(); }
487 inline T* pop() {return (T*) base_list::pop(); }
488 inline void concat(List<T> *list) { base_list::concat(list); }
489 inline void disjoin(List<T> *list) { base_list::disjoin(list); }
490 inline void prepand(List<T> *list) { base_list::prepand(list); }

Callers 13

merge_sortFunction · 0.45
pop_lexMethod · 0.45
do_cont_backpatchMethod · 0.45
pop_contextMethod · 0.45
create_nativeMethod · 0.45
create_funcMethod · 0.45
create_nativeMethod · 0.45
end_nested_joinMethod · 0.45
nest_last_joinMethod · 0.45
convert_right_joinMethod · 0.45
pop_case_expr_idMethod · 0.45
pop_labelMethod · 0.45

Calls 1

popFunction · 0.85

Tested by

no test coverage detected