MCPcopy Create free account
hub / github.com/apache/arrow / operator==

Function operator==

cpp/src/arrow/status.h:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 virtual std::string ToString() const = 0;
115
116 bool operator==(const StatusDetail& other) const noexcept {
117 return std::string(type_id()) == other.type_id() && ToString() == other.ToString();
118 }
119};
120
121/// \brief A type trait to declare a given type as Status-compatible.

Callers

nothing calls this directly

Calls 4

ToStringFunction · 0.70
type_idFunction · 0.50
type_idMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected