MCPcopy Create free account
hub / github.com/apache/arrow / IsSet

Method IsSet

cpp/src/arrow/util/bit_util_benchmark.cc:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 : bitmap_(bitmap), position_(0) {}
58
59 bool IsSet() const { return bit_util::GetBit(bitmap_, position_); }
60
61 bool IsNotSet() const { return !IsSet(); }
62

Callers 1

BenchmarkBitmapReaderFunction · 0.45

Calls 1

GetBitFunction · 0.70

Tested by

no test coverage detected