The Dequeue icon indicates that this is a recursive query. Recursive queries are defined by either a Recursive Common Table Expression or a Recursive View. The dequeue indicates that recursive values are being pull off of a queue for further join processing in the iterative fullselect that makes up the recursive common table expression or view. There is a corresponding enqueue action that puts recursive values on to the queue.