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

Method head

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

Source from the content-addressed store, hash-verified

483 { return base_list::push_back((void *) a, mem_root); }
484 inline bool push_front(T *a) { return base_list::push_front((void *) a); }
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); }

Callers 9

do_cont_backpatchMethod · 0.45
current_contextMethod · 0.45
on_after_expr_parsingMethod · 0.45
build_expr_itemsMethod · 0.45
end_nested_joinMethod · 0.45
compare_collationMethod · 0.45
last_labelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected