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

Method end

sql/mem_root_array.h:77–77  ·  view source on GitHub ↗

Returns a pointer to the past-the-end element in the array.

Source from the content-addressed store, hash-verified

75
76 // Returns a pointer to the past-the-end element in the array.
77 Element_type *end() { return &m_array[size()]; }
78
79 // Erases all of the elements.
80 void clear()

Callers 5

global_thread_list_endFunction · 0.45
add_global_threadFunction · 0.45
final_table_drivedFunction · 0.45
find_best_indexFunction · 0.45
print_indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected