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

Function mutable_offsets

cpp/src/arrow/compute/row/row_internal.h:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 return reinterpret_cast<const offset_type*>(data(1));
227 }
228 offset_type* mutable_offsets() {
229 ARROW_DCHECK(!metadata_.is_fixed_length);
230 return reinterpret_cast<offset_type*>(mutable_data(1));
231 }
232
233 const uint8_t* var_length_rows() const {
234 ARROW_DCHECK(!metadata_.is_fixed_length);

Callers

nothing calls this directly

Calls 1

mutable_dataFunction · 0.70

Tested by

no test coverage detected