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

Method in_queue

be/src/util/internal-queue.h:57–57  ·  view source on GitHub ↗

Returns true if the node is in a queue.

Source from the content-addressed store, hash-verified

55
56 /// Returns true if the node is in a queue.
57 bool in_queue() const { return parent_queue != nullptr; }
58
59 /// Returns the Next/Prev node or nullptr if this is the end/front.
60 T* Next() const {

Callers 1

DestroyPageInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected