MCPcopy 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
172void Status::Abort() const { Abort(std::string()); }
173
174void Status::Abort(const std::string& message) const {
175 std::cerr << "-- Arrow Fatal Error --\n";

Callers 2

DebugAbortFunction · 0.45
FromArrowMethod · 0.45

Calls 2

ToStringFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected