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

Method GetMutableValue

cpp/src/arrow/array/builder_primitive.h:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 value_type GetValue(int64_t index) const { return data_builder_.data()[index]; }
144
145 value_type* GetMutableValue(int64_t index) {
146 return &data_builder_.mutable_data()[index];
147 }
148
149 void Reset() override {
150 data_builder_.Reset();

Callers 2

DecodeArrowMethod · 0.80
DecodeArrowMethod · 0.80

Calls 1

mutable_dataMethod · 0.45

Tested by

no test coverage detected