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

Method push_front

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

Source from the content-addressed store, hash-verified

482 inline bool push_back(T *a, MEM_ROOT *mem_root)
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(); }

Callers 15

push_labelMethod · 0.45
setup_underlyingMethod · 0.45
push_lexMethod · 0.45
add_backpatch_entryMethod · 0.45
push_warning_infoMethod · 0.45
push_contextMethod · 0.45
add_index_hintMethod · 0.45
init_nested_joinMethod · 0.45
end_nested_joinMethod · 0.45
nest_last_joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected