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

Function BitmapAndNot

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

Source from the content-addressed store, hash-verified

458};
459
460Result<std::shared_ptr<Buffer>> BitmapAndNot(MemoryPool* pool, const uint8_t* left,
461 int64_t left_offset, const uint8_t* right,
462 int64_t right_offset, int64_t length,
463 int64_t out_offset) {
464 return BitmapOp<AndNotOp>(pool, left, left_offset, right, right_offset, length,
465 out_offset);
466}
467
468void BitmapAndNot(const uint8_t* left, int64_t left_offset, const uint8_t* right,
469 int64_t right_offset, int64_t length, int64_t out_offset,

Callers 6

CallMethod · 0.85
CallMethod · 0.85
CallMethod · 0.85
CallMethod · 0.85
FinalizeMethod · 0.85
FinalizeMethod · 0.85

Calls

no outgoing calls

Tested by 1

CallMethod · 0.68