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

Function AppendArraySlice

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

Source from the content-addressed store, hash-verified

59 Status Append(std::nullptr_t) { return AppendNull(); }
60
61 Status AppendArraySlice(const ArraySpan&, int64_t, int64_t length) override {
62 return AppendNulls(length);
63 }
64
65 Status FinishInternal(std::shared_ptr<ArrayData>* out) override;
66

Callers

nothing calls this directly

Calls 2

AppendNullsFunction · 0.70
AppendValuesFunction · 0.70

Tested by

no test coverage detected