MCPcopy Create free account
hub / github.com/apache/impala / Status

Method Status

be/src/common/status.cc:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Status::Status(bool silent, TErrorCode::type code) : msg_(new ErrorMsg(code)) {
54 if (!silent) VLOG(1) << msg_->msg() << "\n" << GetStackTrace();
55}
56
57Status::Status(bool silent, TErrorCode::type code, const ArgType& arg0)
58 : msg_(new ErrorMsg(code, arg0)) {

Callers

nothing calls this directly

Calls 1

GetStackTraceFunction · 0.50

Tested by

no test coverage detected