Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AppendEmptyValues
Function
AppendEmptyValues
cpp/src/arrow/array/builder_primitive.h:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
Status AppendNull() final { return AppendNulls(1); }
54
55
Status AppendEmptyValues(int64_t length) final { return AppendNulls(length); }
56
57
Status AppendEmptyValue() final { return AppendEmptyValues(1); }
58
Callers
1
AppendEmptyValue
Function · 0.70
Calls
4
AppendNulls
Function · 0.70
Reserve
Function · 0.70
OK
Function · 0.50
UnsafeAppend
Method · 0.45
Tested by
no test coverage detected