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

Method size

sql/sql_hset.h:69–69  ·  view source on GitHub ↗

Returns the number of unique elements. */

Source from the content-addressed store, hash-verified

67 bool is_empty() const { return m_hash.records == 0; }
68 /** Returns the number of unique elements. */
69 size_t size() const { return static_cast<size_t>(m_hash.records); }
70 /** An iterator over hash elements. Is not insert-stable. */
71 class Iterator
72 {

Callers 3

setup_ref_arrayMethod · 0.45
final_table_drivedFunction · 0.45
print_indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected