Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ size
Method
size
bolt/vector/SelectivityVector.h:325–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
vector_size_t size() const {
326
return size_;
327
}
328
329
bool operator==(const SelectivityVector& other) const {
330
return begin_ == other.begin_ && end_ == other.end_ &&
Callers
7
setValid
Method · 0.45
setValidRange
Method · 0.45
setFromBits
Method · 0.45
intersect
Method · 0.45
deselect
Method · 0.45
select
Method · 0.45
SelectivityVector
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected