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

Function AppendNull

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

\brief Append a single null element

Source from the content-addressed store, hash-verified

51
52 /// \brief Append a single null element
53 Status AppendNull() final { return AppendNulls(1); }
54
55 Status AppendEmptyValues(int64_t length) final { return AppendNulls(length); }
56

Callers 1

AppendFunction · 0.70

Calls 4

AppendNullsFunction · 0.70
ReserveFunction · 0.70
UnsafeAppendNullFunction · 0.70
OKFunction · 0.50

Tested by

no test coverage detected