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

Function AppendEmptyValue

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

Source from the content-addressed store, hash-verified

55 Status AppendEmptyValues(int64_t length) final { return AppendNulls(length); }
56
57 Status AppendEmptyValue() final { return AppendEmptyValues(1); }
58
59 Status Append(std::nullptr_t) { return AppendNull(); }
60

Callers

nothing calls this directly

Calls 4

AppendEmptyValuesFunction · 0.70
ReserveFunction · 0.70
OKFunction · 0.50
UnsafeAppendMethod · 0.45

Tested by

no test coverage detected