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

Method GetBufferOffsetArray

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

Source from the content-addressed store, hash-verified

48 uint8_t** GetBufferArray() { return buffers_array_.get(); }
49
50 const int64_t* GetBufferOffsetArray() const { return buffer_offsets_array_.get(); }
51 int64_t* GetBufferOffsetArray() { return buffer_offsets_array_.get(); }
52
53 int GetNumBuffers() const { return num_buffers_; }

Callers 1

ExecuteMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected