MCPcopy Create free account
hub / github.com/apache/arrow / operator[]

Method operator[]

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

Source from the content-addressed store, hash-verified

159 }
160
161 value_type operator[](int64_t index) const { return GetValue(index); }
162
163 value_type& operator[](int64_t index) {
164 return reinterpret_cast<value_type*>(data_builder_.mutable_data())[index];

Callers

nothing calls this directly

Calls 1

GetValueFunction · 0.70

Tested by

no test coverage detected