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

Function data

cpp/src/arrow/compute/light_array_internal.h:131–134  ·  view source on GitHub ↗

\brief Return one of the underlying read-only buffers

Source from the content-addressed store, hash-verified

129 }
130 /// \brief Return one of the underlying read-only buffers
131 const uint8_t* data(int i) const {
132 ARROW_DCHECK(i >= 0 && i < kMaxBuffers);
133 return buffers_[i];
134 }
135 /// \brief Return a mutable version of the offsets buffer
136 ///
137 /// Only valid if this is a view into a varbinary type

Callers 6

offsetsFunction · 0.70
large_offsetsFunction · 0.70
null_masksFunction · 0.50
fixed_length_rowsFunction · 0.50
offsetsFunction · 0.50
var_length_rowsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected