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

Method Call

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

Source from the content-addressed store, hash-verified

1022
1023struct BitmapOrOp : public BitmapOperation {
1024 Result<std::shared_ptr<Buffer>> Call(MemoryPool* pool, const uint8_t* left,
1025 int64_t left_offset, const uint8_t* right,
1026 int64_t right_offset, int64_t length,
1027 int64_t out_offset) const override {
1028 return BitmapOr(pool, left, left_offset, right, right_offset, length, out_offset);
1029 }
1030
1031 Status Call(const uint8_t* left, int64_t left_offset, const uint8_t* right,
1032 int64_t right_offset, int64_t length, int64_t out_offset,

Callers 3

leave_ModuleMethod · 0.45
TestAlignedMethod · 0.45
TestUnalignedMethod · 0.45

Calls 2

BitmapOrFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected