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

Method summary_profile

be/src/service/client-request-state.h:341–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340 const RuntimeProfile* profile() const { return profile_; }
341 const RuntimeProfile* summary_profile() const { return summary_profile_; }
342 const RuntimeProfile* frontend_profile() const { return frontend_profile_; }
343 int64_t start_time_us() const { return start_time_us_; }
344 int64_t end_time_us() const { return end_time_us_.Load(); }

Callers 6

InitMethod · 0.45
QueryStateExpandedMethod · 0.45
GetLogMethod · 0.45
GetExecSummaryMethod · 0.45
ExecuteInternalMethod · 0.45
UpdateExecSummaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected