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

Method GetBool

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

Source from the content-addressed store, hash-verified

95}
96
97Result<bool> ObjectParser::GetBool(const char* key) const { return impl_->GetBool(key); }
98
99Result<std::unordered_map<std::string, std::string>> ObjectParser::GetStringMap() const {
100 return impl_->GetStringMap();

Callers 5

GetMemberBoolFunction · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
AppendValueMethod · 0.45
GetBoolMethod · 0.45
VisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected