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

Method AddInfoString

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

Source from the content-addressed store, hash-verified

1075}
1076
1077void RuntimeProfileBase::AddInfoString(const string& key, const string& value) {
1078 return AddInfoStringInternal(key, value, false);
1079}
1080
1081void RuntimeProfile::AddInfoStringRedacted(const string& key, const string& value) {
1082 return AddInfoStringInternal(key, value, false, true);

Callers 15

SubmitForAdmissionMethod · 0.80
WaitOnQueuedMethod · 0.80
LogDequeueFailedMethod · 0.80
AdmitQueryMethod · 0.80
ClientRequestStateMethod · 0.80
ExecMethod · 0.80
ExecQueryOrDmlRequestMethod · 0.80
ExecDdlRequestMethod · 0.80
SetOriginalIdMethod · 0.80
MarkAsRetryingMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64