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

Method GetInfoString

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

Source from the content-addressed store, hash-verified

1113}
1114
1115const string* RuntimeProfile::GetInfoString(const string& key) const {
1116 lock_guard<SpinLock> l(info_strings_lock_);
1117 InfoStrings::const_iterator it = info_strings_.find(key);
1118 if (it == info_strings_.end()) return NULL;
1119 return &it->second;
1120}
1121
1122void RuntimeProfile::AddCodegenMsg(
1123 bool codegen_enabled, const string& extra_info, const string& extra_label) {

Callers 8

PoolToJsonLockedMethod · 0.80
InitMethod · 0.80
QueryStateExpandedMethod · 0.80
GetLogMethod · 0.80
GetExecSummaryMethod · 0.80
TESTFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.64