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

Method SetBuffer

cpp/src/gandiva/eval_batch.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void SetBuffer(int idx, uint8_t* buffer, int64_t offset) {
71 ARROW_DCHECK(idx <= num_buffers_);
72 (buffers_array_.get())[idx] = buffer;
73 (buffer_offsets_array_.get())[idx] = offset;
74 }
75
76 int GetNumLocalBitMaps() const { return local_bitmaps_holder_->GetNumLocalBitMaps(); }
77

Callers 3

TEST_FFunction · 0.80
MergeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64