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

Method UnsafeAppendNull

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

Source from the content-addressed store, hash-verified

320 }
321
322 void UnsafeAppendNull() {
323 ArrayBuilder::UnsafeAppendToBitmap(false);
324 data_builder_.UnsafeAppend(value_type{}); // zero
325 }
326
327 /// Advance builder without allocating nor writing any values
328 ///

Callers 15

AppendMethod · 0.45
AppendMethod · 0.45
AppendMethod · 0.45
AppendMethod · 0.45
ArrayFromRangeFunction · 0.45
AppendTimestampBatchFunction · 0.45
BuilderAppendMethod · 0.45
ConvertMethod · 0.45
ConvertMethod · 0.45
ConvertMethod · 0.45
DecodeStringDictionaryFunction · 0.45

Calls 2

UnsafeAppendToBitmapFunction · 0.85
UnsafeAppendMethod · 0.45

Tested by 4

ArrayFromRangeFunction · 0.36
DecodeStringDictionaryFunction · 0.36