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

Function BitmapOr

cpp/src/arrow/util/bitmap_ops.cc:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429Result<std::shared_ptr<Buffer>> BitmapOr(MemoryPool* pool, const uint8_t* left,
430 int64_t left_offset, const uint8_t* right,
431 int64_t right_offset, int64_t length,
432 int64_t out_offset) {
433 return BitmapOp<std::bit_or>(pool, left, left_offset, right, right_offset, length,
434 out_offset);
435}
436
437void BitmapOr(const uint8_t* left, int64_t left_offset, const uint8_t* right,
438 int64_t right_offset, int64_t length, int64_t out_offset, uint8_t* out) {

Callers 10

MergeHasMatchMethod · 0.85
MergeHasMatchMethod · 0.85
CallMethod · 0.85
CallMethod · 0.85
ExecArrayCoalesceFunction · 0.85
ExecBinaryCoalesceFunction · 0.85
ExecMethod · 0.85
CallMethod · 0.85
AdjustForMinCountMethod · 0.85
MakeStructArrayFunction · 0.85

Calls

no outgoing calls

Tested by 1

CallMethod · 0.68