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

Method elements

sql/sql_queue.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 size_t elements() const { return m_queue.elements; }
39 bool is_inited() const { return is_queue_inited(&m_queue); }
40 bool is_full() const { return queue_is_full(&m_queue); }
41 bool is_empty() const { return elements() == 0; }

Callers 15

~Explain_queryMethod · 0.45
get_unionMethod · 0.45
get_selectMethod · 0.45
add_nodeMethod · 0.45
make_union_table_nameMethod · 0.45
print_explain_regularMethod · 0.45
print_explainMethod · 0.45
print_explain_jsonMethod · 0.45
print_json_membersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected