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

Method GetBuffer

cpp/src/gandiva/eval_batch.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 int GetNumBuffers() const { return num_buffers_; }
54
55 const uint8_t* GetBuffer(int idx) const {
56 ARROW_DCHECK(idx <= num_buffers_);
57 return (buffers_array_.get())[idx];
58 }
59
60 uint8_t* GetBuffer(int idx) {
61 ARROW_DCHECK(idx <= num_buffers_);

Callers 3

ExecuteMethod · 0.45
ComputeBitMapsForExprMethod · 0.45
VisitFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected