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

Method CopyFromInverted

cpp/src/arrow/util/bitmap.cc:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void Bitmap::CopyFromInverted(const Bitmap& other) {
58 ::arrow::internal::InvertBitmap(other.data_, other.offset_, other.length_,
59 mutable_data_, offset_);
60}
61
62bool Bitmap::Equals(const Bitmap& other) const {
63 if (length_ != other.length_) {

Callers 4

InvertOpExecFunction · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80

Calls 1

InvertBitmapFunction · 0.85

Tested by

no test coverage detected