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

Method AppendInfoString

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

Source from the content-addressed store, hash-verified

1083}
1084
1085void RuntimeProfile::AppendInfoString(const string& key, const string& value) {
1086 return AddInfoStringInternal(key, value, true);
1087}
1088
1089void RuntimeProfileBase::AddInfoStringInternal(
1090 const string& key, string value, bool append, bool redact) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected