Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ClearBit
Function
ClearBit
cpp/src/arrow/util/bit_util.h:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
static inline void ClearBit(uint8_t* bits, int64_t i) {
216
bits[i / 8] &= kFlippedBitmask[i % 8];
217
}
218
219
static inline void SetBit(uint8_t* bits, int64_t i) { bits[i / 8] |= kBitmask[i % 8]; }
220
Callers
15
MaskToBitmap
Function · 0.85
IndexRemapUsingLUT
Method · 0.85
ConvertImp
Function · 0.85
Init
Method · 0.85
RemapInputValues
Method · 0.85
TakeUsingVector
Function · 0.85
TestFlattenNonEmptyBackingNulls
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
find
Method · 0.85
map_new_keys_helper
Method · 0.85
ExecArrayCaseWhen
Function · 0.85
Calls
no outgoing calls
Tested by
6
TakeUsingVector
Function · 0.68
TestFlattenNonEmptyBackingNulls
Method · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TYPED_TEST
Function · 0.68
ASSERT_OK_AND_ASSIGN
Function · 0.68