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

Function mutable_var_length_rows

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

Source from the content-addressed store, hash-verified

235 return data(2);
236 }
237 uint8_t* mutable_var_length_rows() {
238 ARROW_DCHECK(!metadata_.is_fixed_length);
239 return mutable_data(2);
240 }
241
242 /// \brief True if there is a null value anywhere in the table
243 ///

Callers

nothing calls this directly

Calls 1

mutable_dataFunction · 0.70

Tested by

no test coverage detected