MCPcopy Create free account
hub / github.com/apache/arrow / Null

Method Null

cpp/src/arrow/json/parser.cc:674–677  ·  view source on GitHub ↗

\defgroup rapidjson-handler-interface functions expected by rj::Reader bool Key(const char* data, rj::SizeType size, ...) is omitted since the behavior varies greatly between UnexpectedFieldBehaviors @{

Source from the content-addressed store, hash-verified

672 ///
673 /// @{
674 bool Null() {
675 status_ = builder_set_.AppendNull(builder_stack_.back(), field_index_, builder_);
676 return status_.ok();
677 }
678
679 bool Bool(bool value) {
680 constexpr auto kind = Kind::kBoolean;

Callers 6

VisitMethod · 0.45
WriteListScalarFunction · 0.45
VisitMethod · 0.45
FinishMethod · 0.45
VisitMethod · 0.45
GenerateFunction · 0.45

Calls 3

backMethod · 0.80
AppendNullMethod · 0.45
okMethod · 0.45

Tested by 3

VisitMethod · 0.36
VisitMethod · 0.36
GenerateFunction · 0.36