Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AddDetail
Method
AddDetail
be/src/util/error-util.h:113–115 ·
view source on GitHub ↗
Add detail string message.
Source
from the content-addressed store, hash-verified
111
112
/// Add detail string message.
113
void AddDetail(const std::string& d) {
114
details_.push_back(d);
115
}
116
117
/// Set a specific error code.
118
void SetErrorCode(TErrorCode::type e) {
Callers
1
TEST
Function · 0.45
Calls
1
push_back
Method · 0.80
Tested by
1
TEST
Function · 0.36