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

Method AppendArraySlice

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

Source from the content-addressed store, hash-verified

304 }
305
306 Status AppendArraySlice(const ArraySpan& array, int64_t offset,
307 int64_t length) override {
308 return AppendValues(array.GetValues<value_type>(1) + offset, length,
309 array.GetValues<uint8_t>(0, 0), array.offset + offset);
310 }
311
312 /// Append a single scalar under the assumption that the underlying Buffer is
313 /// large enough.

Callers

nothing calls this directly

Calls 1

AppendValuesFunction · 0.70

Tested by

no test coverage detected