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

Method start_time_us

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

Source from the content-addressed store, hash-verified

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(); }
345 const std::string& sql_stmt() const { return query_ctx_.client_request.stmt; }
346 const TQueryOptions& query_options() const {

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected