Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Abort
Method
Abort
cpp/src/arrow/status.cc:172–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void Status::Abort() const { Abort(std::string()); }
173
174
void Status::Abort(const std::string& message) const {
175
std::cerr <<
"-- Arrow Fatal Error --\n"
;
Callers
2
DebugAbort
Function · 0.45
FromArrow
Method · 0.45
Calls
2
ToString
Function · 0.70
empty
Method · 0.45
Tested by
no test coverage detected