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

Method GetString

be/src/util/process-state-info.cc:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62string ProcessStateInfo::GetString(const string& state_key) const {
63 ProcessStateMap::const_iterator it = process_state_map_.find(state_key);
64 if (it != process_state_map_.end()) return it->second;
65 return string();
66}
67
68int64_t ProcessStateInfo::GetBytes(const string& state_key) const {
69 ProcessStateMap::const_iterator it = process_state_map_.find(state_key);

Callers 15

ParseMethod · 0.45
ParseKeyMethod · 0.45
JWTHelperForTokenMethod · 0.45
ProtobufFieldMethod · 0.45
ParseAndReturnEventCountFunction · 0.45
FindTraceEntryMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
ToStringMethod · 0.45
ExtractStringMethod · 0.45
ParseImpalaOptionsFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 15

ParseAndReturnEventCountFunction · 0.36
FindTraceEntryMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
validatePlanSchemaMethod · 0.36
checkPlanNodeStatsMethod · 0.36
TEST_FFunction · 0.36
assertQueryStateFunction · 0.36
FormatJsonFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36