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

Function DieWithMessage

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

Source from the content-addressed store, hash-verified

25namespace arrow::internal {
26
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());

Callers 2

ResultMethod · 0.85
InvalidValueOrDieFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected