MCPcopy Create free account
hub / github.com/antgroup/vsag / GetValueCount

Method GetValueCount

src/attr/attribute.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47template <class T>
48uint64_t
49AttributeValue<T>::GetValueCount() const {
50 return value_.size();
51}
52
53template <class T>
54std::vector<T>&

Callers 3

EqualMethod · 0.95
GetBitsetsByAttrMethod · 0.80
compare_attr_valueFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

compare_attr_valueFunction · 0.64