MCPcopy 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

TestDecimalBasicFunction · 0.45
TestIntegerListMethod · 0.45
TestNullListMethod · 0.45
TestIntegerListListMethod · 0.45
TESTFunction · 0.45
MakeBuilderMethod · 0.45
AppendNullMethod · 0.45
NullMethod · 0.45
EndObjectImplMethod · 0.45

Calls 1

AppendMethod · 0.45

Tested by 5

TestDecimalBasicFunction · 0.36
TestIntegerListMethod · 0.36
TestNullListMethod · 0.36
TestIntegerListListMethod · 0.36
TESTFunction · 0.36