Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
template <class T>
48
uint64_t
49
AttributeValue<T>::GetValueCount() const {
50
return value_.size();
51
}
52
53
template <class T>
54
std::vector<T>&
Callers
3
Equal
Method · 0.95
GetBitsetsByAttr
Method · 0.80
compare_attr_value
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
compare_attr_value
Function · 0.64