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

Method AddInfoStringRedacted

be/src/util/runtime-profile.cc:1081–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081void RuntimeProfile::AddInfoStringRedacted(const string& key, const string& value) {
1082 return AddInfoStringInternal(key, value, false, true);
1083}
1084
1085void RuntimeProfile::AppendInfoString(const string& key, const string& value) {
1086 return AddInfoStringInternal(key, value, true);

Callers 6

ClientRequestStateMethod · 0.80
ExecQueryOrDmlRequestMethod · 0.80
MarkAsRetryingMethod · 0.80
UpdateQueryStatusMethod · 0.80
MarkAsRetriedMethod · 0.80
UpdateExecSummaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected