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

Function GetMemberObject

cpp/src/arrow/integration/json_internal.cc:902–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902Result<const RjObject> GetMemberObject(const RjObject& obj, const std::string& key) {
903 const auto& it = obj.FindMember(key);
904 RETURN_NOT_OBJECT(key, it, obj);
905 return it->value.GetObject();
906}
907
908Result<const RjArray> GetMemberArray(const RjObject& obj, const std::string& key,
909 bool allow_absent = false) {

Callers 1

ARROW_ASSIGN_OR_RAISEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected