Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Append
Method · 0.45
Append
Method · 0.45
Append
Method · 0.45
Append
Method · 0.45
ArrayFromRange
Function · 0.45
AppendTimestampBatch
Function · 0.45
hash_aggregate_test.cc
File · 0.45
BuilderAppend
Method · 0.45
Convert
Method · 0.45
Convert
Method · 0.45
Convert
Method · 0.45
DecodeStringDictionary
Function · 0.45
Calls
2
UnsafeAppendToBitmap
Function · 0.85
UnsafeAppend
Method · 0.45
Tested by
4
ArrayFromRange
Function · 0.36
DecodeStringDictionary
Function · 0.36
TestScalarAppendUnsafe
Method · 0.36
TestExtendCurrentUnsafe
Method · 0.36