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

Method AppendValue

cpp/src/arrow/json/from_string.cc:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 Status AppendValue(const rj::Value& json_obj) override {
171 if (json_obj.IsNull()) {
172 return AppendNull();
173 }
174 return JSONTypeError("null", json_obj.GetType());
175 }
176
177 std::shared_ptr<ArrayBuilder> builder() override { return builder_; }
178

Callers

nothing calls this directly

Calls 4

JSONTypeErrorFunction · 0.85
AppendNullFunction · 0.50
IsNullMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected