MCPcopy Create free account
hub / github.com/apache/arrow / operator[]

Method operator[]

cpp/src/arrow/util/bitmap_reader.h:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 : bitmap(buffer), offset(offset) {}
268
269 bool operator[](int64_t i) const {
270 return bitmap == NULLPTR || bit_util::GetBit(bitmap, offset + i);
271 }
272};
273
274} // namespace internal

Callers

nothing calls this directly

Calls 1

GetBitFunction · 0.70

Tested by

no test coverage detected