| 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 { |
no outgoing calls
no test coverage detected