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

Method AppendEmptyValue

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

Source from the content-addressed store, hash-verified

122 }
123
124 Status AppendEmptyValue() final {
125 ARROW_RETURN_NOT_OK(Reserve(1));
126 UnsafeAppendNextOffset();
127 UnsafeAppendToBitmap(true);
128 return Status::OK();
129 }
130
131 Status AppendEmptyValues(int64_t length) final {
132 const int64_t num_bytes = value_data_builder_.length();

Callers

nothing calls this directly

Calls 3

UnsafeAppendToBitmapFunction · 0.85
ReserveFunction · 0.70
OKFunction · 0.50

Tested by

no test coverage detected