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

Method begin

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

Returns a pointer to the first element in the array.

Source from the content-addressed store, hash-verified

72
73 // Returns a pointer to the first element in the array.
74 Element_type *begin() { return &m_array[0]; }
75
76 // Returns a pointer to the past-the-end element in the array.
77 Element_type *end() { return &m_array[size()]; }

Callers 4

global_thread_list_beginFunction · 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