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

Method is_enqueued

be/src/runtime/tmp-file-mgr-internal.h:295–298  ·  view source on GitHub ↗

Returns if the file is enqueued to the tmp file available pool. The function is thread-safe.

Source from the content-addressed store, hash-verified

293 /// Returns if the file is enqueued to the tmp file available pool.
294 /// The function is thread-safe.
295 bool is_enqueued() {
296 std::lock_guard<SpinLock> l(lock_);
297 return enqueued_;
298 }
299
300 /// Returns if the buffer is returned to the tmp file available pool.
301 /// The function is thread-safe.

Callers 2

EnqueueTmpFilesPoolMethod · 0.80
DequeueTmpFilesPoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected