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

Method Parse

cpp/src/arrow/json/object_parser.cc:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89ObjectParser::~ObjectParser() = default;
90
91Status ObjectParser::Parse(std::string_view json) { return impl_->Parse(json); }
92
93Result<std::string> ObjectParser::GetString(const char* key) const {
94 return impl_->GetString(key);

Callers 6

ParseBlockFunction · 0.45
ParseOneFunction · 0.45
ParseMethod · 0.45
ParseFromStringFunction · 0.45
PrettyPrintFunction · 0.45
BenchmarkJSONParsingFunction · 0.45

Calls

no outgoing calls

Tested by 2

ParseFromStringFunction · 0.36
PrettyPrintFunction · 0.36