MCPcopy Create free account
hub / github.com/apache/impala / num_bits

Method num_bits

be/src/util/bitmap.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 int64_t num_bits() const { return num_bits_; }
83
84 /// If 'print_bits' prints 0/1 per bit, otherwise it prints the int64_t value.
85 std::string DebugString(bool print_bits) const;

Callers 6

BenchmarkFunction · 0.80
CreateRandomBitmapFunction · 0.80
CheckAllFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

CreateRandomBitmapFunction · 0.64
CheckAllFunction · 0.64
TESTFunction · 0.64