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

Method UnsafeAppendNull

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

Source from the content-addressed store, hash-verified

171 }
172
173 void UnsafeAppendNull() {
174 const int64_t num_bytes = value_data_builder_.length();
175 offsets_builder_.UnsafeAppend(static_cast<offset_type>(num_bytes));
176 UnsafeAppendToBitmap(false);
177 }
178
179 void UnsafeAppendEmptyValue() {
180 const int64_t num_bytes = value_data_builder_.length();

Callers

nothing calls this directly

Calls 3

UnsafeAppendToBitmapFunction · 0.85
lengthMethod · 0.45
UnsafeAppendMethod · 0.45

Tested by

no test coverage detected