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

Function PrintErrorMapToString

be/src/util/error-util.cc:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75string PrintErrorMapToString(const ErrorLogMap& errors) {
76 stringstream stream;
77 PrintErrorMap(&stream, errors);
78 return stream.str();
79}
80
81void MergeErrorLogEntry(TErrorCode::type error_code, const ErrorLogEntryPB& entry,
82 ErrorLogMap* target_map) {

Callers 4

ApplyExecStatusReportMethod · 0.85
ErrorLogMethod · 0.85
GetErrorLogMethod · 0.85
TESTFunction · 0.85

Calls 2

PrintErrorMapFunction · 0.85
strMethod · 0.45

Tested by 1

TESTFunction · 0.68