Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ asRange
Method
asRange
bolt/vector/SelectivityVector.h:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
const Range<bool> asRange() const {
139
return Range<bool>(bits_.data(), begin_, end_);
140
}
141
142
/**
143
* updateBounds() need to be called explicitly if data is modified.
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected