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

Method CopyFrom

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

Source from the content-addressed store, hash-verified

50}
51
52void Bitmap::CopyFrom(const Bitmap& other) {
53 ::arrow::internal::CopyBitmap(other.data_, other.offset_, other.length_, mutable_data_,
54 offset_);
55}
56
57void Bitmap::CopyFromInverted(const Bitmap& other) {
58 ::arrow::internal::InvertBitmap(other.data_, other.offset_, other.length_,

Callers 8

GetFlightInfoMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
CallMethod · 0.45
MaskArrayWithNullsAtFunction · 0.45

Calls 1

CopyBitmapFunction · 0.70

Tested by 1

MaskArrayWithNullsAtFunction · 0.36