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

Function UnsafeAppendNull

cpp/src/arrow/array/builder_base.h:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 // Unsafe operations (don't check capacity/don't resize)
224
225 void UnsafeAppendNull() { UnsafeAppendToBitmap(false); }
226
227 // Append to null bitmap, update the length
228 void UnsafeAppendToBitmap(bool is_valid) {

Callers 2

AppendArraySliceMethod · 0.70
AppendNullMethod · 0.70

Calls 1

UnsafeAppendToBitmapFunction · 0.85

Tested by

no test coverage detected