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

Method GetFullMessageDetails

be/src/util/error-msg.cc:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118string ErrorMsg::GetFullMessageDetails() const {
119 stringstream ss;
120 ss << message_ << "\n";
121 for (size_t i = 0, end = details_.size(); i < end; ++i) {
122 ss << details_[i] << "\n";
123 }
124 return ss.str();
125}
126
127}

Callers 4

TESTFunction · 0.80
GetDetailMethod · 0.80
SetExecErrorMethod · 0.80
TESTFunction · 0.80

Calls 2

sizeMethod · 0.45
strMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64