Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ SetAllBits
Method
SetAllBits
be/src/util/bitmap.h:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void SetAllBits(bool b) {
79
Ubsan::MemSet(buffer_.data(), 255 * b, buffer_.size() * sizeof(uint64_t));
80
}
81
82
int64_t num_bits() const { return num_bits_; }
83
Callers
4
Reset
Method · 0.80
ConstructSingularBuildSide
Method · 0.80
ResetMatchingBuildRows
Method · 0.80
TEST
Function · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
1
TEST
Function · 0.64