Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AppendNull
Method
AppendNull
cpp/src/arrow/json/parser.cc:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
Status AppendNull() {
248
RETURN_NOT_OK(data_builder_.Append(0));
249
return null_bitmap_builder_.Append(false);
250
}
251
252
Status AppendNull(int64_t count) {
253
RETURN_NOT_OK(data_builder_.Append(count, 0));
Callers
9
TestDecimalBasic
Function · 0.45
TestIntegerList
Method · 0.45
TestNullList
Method · 0.45
TestIntegerListList
Method · 0.45
TEST
Function · 0.45
MakeBuilder
Method · 0.45
AppendNull
Method · 0.45
Null
Method · 0.45
EndObjectImpl
Method · 0.45
Calls
1
Append
Method · 0.45
Tested by
5
TestDecimalBasic
Function · 0.36
TestIntegerList
Method · 0.36
TestNullList
Method · 0.36
TestIntegerListList
Method · 0.36
TEST
Function · 0.36