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

Method GetString

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

Source from the content-addressed store, hash-verified

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);
95}
96
97Result<bool> ObjectParser::GetBool(const char* key) const { return impl_->GetBool(key); }
98

Calls

no outgoing calls

Tested by 10

TestSchemaRoundTripFunction · 0.36
TestArrayRoundTripFunction · 0.36
TEST_FFunction · 0.36
EXPECT_OK_AND_ASSIGNFunction · 0.36
operator()Method · 0.36
GenerateTestCaseMethod · 0.36
PrettyPrintFunction · 0.36
TensorFromJSONFunction · 0.36
TESTFunction · 0.36