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

Method AppendNull

cpp/src/arrow/array/builder_binary.h:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 Status AppendNull() final {
118 ARROW_RETURN_NOT_OK(Reserve(1));
119 UnsafeAppendNextOffset();
120 UnsafeAppendToBitmap(false);
121 return Status::OK();
122 }
123
124 Status AppendEmptyValue() final {
125 ARROW_RETURN_NOT_OK(Reserve(1));

Callers 1

AppendNullFunction · 0.45

Calls 3

UnsafeAppendToBitmapFunction · 0.85
ReserveFunction · 0.70
OKFunction · 0.50

Tested by

no test coverage detected