MCPcopy 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
44template <>
45bool FlatVector<bool>::valueAtFast(vector_size_t idx) const {
46 return bits::isBitSet(reinterpret_cast<const uint64_t*>(rawValues_), idx);
47}
48
49template <>
50Range<bool> FlatVector<bool>::asRange() const {

Callers 15

compareFlatMethod · 0.45
exportViewsFunction · 0.45
exportStringsFunction · 0.45
BOOLEAN>Method · 0.45
serializeBiasVectorFunction · 0.45
serializeConstantVectorFunction · 0.45
evalFilterMethod · 0.45
applyTypedMethod · 0.45
extractValuesMethod · 0.45

Calls 1

isBitSetFunction · 0.85

Tested by 1