Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetBitsTo
Function
SetBitsTo
cpp/src/arrow/util/bitmap.h:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void SetBitsTo(bool v) { bit_util::SetBitsTo(mutable_data_, offset_, length_, v); }
101
102
void CopyFrom(const Bitmap& other);
103
void CopyFromInverted(const Bitmap& other);
Callers
15
TEST_F
Function · 0.70
TEST
Function · 0.70
BitmapAllButOne
Function · 0.70
TEST_F
Function · 0.70
TEST
Function · 0.70
UnsafeAppend
Method · 0.50
Visit
Method · 0.50
ConcatenateBitmaps
Function · 0.50
TweakValidityBit
Function · 0.50
AllNullShortCircuit
Method · 0.50
Execute
Method · 0.50
PropagateNullsSpans
Function · 0.50
Calls
no outgoing calls
Tested by
6
TEST_F
Function · 0.56
TEST
Function · 0.56
TEST_F
Function · 0.56
TEST
Function · 0.56
TweakValidityBit
Function · 0.40
ByteWiseIntersectBitMaps
Method · 0.40