Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ UnsafeAppendNull
Function
UnsafeAppendNull
cpp/src/arrow/array/builder_primitive.h:545–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
void UnsafeAppendNull() {
546
data_builder_.UnsafeAppend(false);
547
UnsafeAppendToBitmap(false);
548
}
549
550
void UnsafeAppend(const uint8_t val) { UnsafeAppend(val != 0); }
551
Callers
1
AppendNull
Function · 0.70
Calls
2
UnsafeAppendToBitmap
Function · 0.85
UnsafeAppend
Method · 0.45
Tested by
no test coverage detected