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

Method code

be/src/common/status.h:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 const std::string GetDetail() const;
269
270 TErrorCode::type code() const {
271 return msg_ == NULL ? TErrorCode::OK : msg_->error();
272 }
273
274 static const char* LLVM_CLASS_NAME;
275 private:

Callers 15

StatusFromRpcErrorFunction · 0.80
TEST_FFunction · 0.80
AnalyzeResponseMethod · 0.80
DoSubscriberUpdateMethod · 0.80
WaitMethod · 0.80
TryKillQueryRemotelyMethod · 0.80
ExecKillQueryRequestMethod · 0.80
TESTFunction · 0.80
KillQueryMethod · 0.80
get_stateMethod · 0.80

Calls 1

errorMethod · 0.45

Tested by 15

TEST_FFunction · 0.64
AnalyzeResponseMethod · 0.64
DoSubscriberUpdateMethod · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TestReadUnionTypeMethod · 0.64
CheckReadResultMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TestScratchLimitMethod · 0.64