Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ valueAtFast
Method
valueAtFast
bolt/vector/FlatVector.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
template <>
45
bool FlatVector<bool>::valueAtFast(vector_size_t idx) const {
46
return bits::isBitSet(reinterpret_cast<const uint64_t*>(rawValues_), idx);
47
}
48
49
template <>
50
Range<bool> FlatVector<bool>::asRange() const {
Callers
15
compareFlat
Method · 0.45
exportViews
Function · 0.45
exportStrings
Function · 0.45
BOOLEAN>
Method · 0.45
serializeConstantVectorImpl
Function · 0.45
serializeBiasVector
Function · 0.45
serializeConstantVector
Function · 0.45
testMutationCornerCases
Method · 0.45
evalFilter
Method · 0.45
listJoinResultsInternal
Method · 0.45
applyTyped
Method · 0.45
extractValues
Method · 0.45
Calls
1
isBitSet
Function · 0.85
Tested by
1
testMutationCornerCases
Method · 0.36