MCPcopy Create free account
hub / github.com/MariaDB/server / array

Method array

sql/sql_array.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 Element_type *array() const { return m_array; }
88
89 Element_type *begin() const { return array(); }
90 Element_type *end() const { return array() + m_size; }

Callers 9

copy_ref_ptr_arrayMethod · 0.80
get_variable_addrMethod · 0.80
get_case_expr_addrMethod · 0.80
alloc_arraysMethod · 0.80
init_var_itemsMethod · 0.80
merge_buffersFunction · 0.80
setup_fieldsFunction · 0.80
__init__Method · 0.80
execute_oneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected