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

Method GetBufferArray

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

Source from the content-addressed store, hash-verified

45 int64_t num_records() const { return num_records_; }
46
47 const uint8_t* const* GetBufferArray() const { return buffers_array_.get(); }
48 uint8_t** GetBufferArray() { return buffers_array_.get(); }
49
50 const int64_t* GetBufferOffsetArray() const { return buffer_offsets_array_.get(); }

Callers 2

ExecuteMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64