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

Method Set

cpp/src/arrow/util/bitmap_writer.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void Set() { current_byte_ |= bit_mask_; }
47
48 void Clear() { current_byte_ &= bit_mask_ ^ 0xFF; }
49

Callers 1

PutNextTrailingByteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected