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

Method GetNumBuffers

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

Source from the content-addressed store, hash-verified

51 int64_t* GetBufferOffsetArray() { return buffer_offsets_array_.get(); }
52
53 int GetNumBuffers() const { return num_buffers_; }
54
55 const uint8_t* GetBuffer(int idx) const {
56 ARROW_DCHECK(idx <= num_buffers_);

Callers 2

ExecuteMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64