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

Function Append

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

Source from the content-addressed store, hash-verified

57 Status AppendEmptyValue() final { return AppendEmptyValues(1); }
58
59 Status Append(std::nullptr_t) { return AppendNull(); }
60
61 Status AppendArraySlice(const ArraySpan&, int64_t, int64_t length) override {
62 return AppendNulls(length);

Callers

nothing calls this directly

Calls 4

AppendNullFunction · 0.70
ReserveFunction · 0.70
UnsafeAppendFunction · 0.70
OKFunction · 0.50

Tested by

no test coverage detected