MCPcopy 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

ResetMethod · 0.80
TESTFunction · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64