MCPcopy 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

TESTFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by 1

TESTFunction · 0.36