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

Function InvalidValueOrDie

cpp/src/arrow/result.cc:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27void DieWithMessage(const std::string& msg) { ARROW_LOG(FATAL) << msg; }
28
29void InvalidValueOrDie(const Status& st) {
30 DieWithMessage(std::string("ValueOrDie called on an error: ") + st.ToString());
31}
32
33Status UninitializedResult() {
34 static StatusConstant uninitialized_result{StatusCode::UnknownError,

Callers 2

ResultClass · 0.85
ValueOrDieMethod · 0.85

Calls 2

DieWithMessageFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected