Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
string 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
TEST
Function · 0.80
GetDetail
Method · 0.80
SetExecError
Method · 0.80
TEST
Function · 0.80
Calls
2
size
Method · 0.45
str
Method · 0.45
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64