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

Method Call

cpp/src/arrow/util/bitmap_test.cc:1009–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007
1008struct BitmapAndOp : public BitmapOperation {
1009 Result<std::shared_ptr<Buffer>> Call(MemoryPool* pool, const uint8_t* left,
1010 int64_t left_offset, const uint8_t* right,
1011 int64_t right_offset, int64_t length,
1012 int64_t out_offset) const override {
1013 return BitmapAnd(pool, left, left_offset, right, right_offset, length, out_offset);
1014 }
1015
1016 Status Call(const uint8_t* left, int64_t left_offset, const uint8_t* right,
1017 int64_t right_offset, int64_t length, int64_t out_offset,

Callers

nothing calls this directly

Calls 2

BitmapAndFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected