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

Method is_active

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

Returns true if Impala is actively processing this query.

Source from the content-addressed store, hash-verified

382
383 /// Returns true if Impala is actively processing this query.
384 inline bool is_active() const {
385 std::lock_guard<std::mutex> l(expiration_data_lock_);
386 return ref_count_ > 0;
387 }
388
389 inline bool is_inflight() const {
390 // If the query is in 'inflight_queries' it means that the query has actually started

Callers 2

QueueOutboundMethod · 0.80
ExpireQueriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected