Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ClearBitmap
Function
ClearBitmap
cpp/src/arrow/util/bit_util.cc:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void ClearBitmap(uint8_t* data, int64_t offset, int64_t length) {
125
SetBitmapImpl<false>(data, offset, length);
126
}
127
128
} // namespace bit_util
129
} // namespace arrow
Callers
4
TEST
Function · 0.85
RunIfElseScalar
Function · 0.85
Call
Method · 0.85
CompareColumnsToRows
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68