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

Method last_active_ms

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

Source from the content-addressed store, hash-verified

376 }
377
378 inline int64_t last_active_ms() const {
379 std::lock_guard<std::mutex> l(expiration_data_lock_);
380 return last_active_time_ms_;
381 }
382
383 /// Returns true if Impala is actively processing this query.
384 inline bool is_active() const {

Callers 2

InitMethod · 0.80
ExpireQueriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected