The Enqueue icon indicates that this is a recursive query. Recursive queries are defined by either a Recursive Common Table Expression or a Recursive View. The enqueue indicates that recursive values, those feeding the recursion process or modified by the recursion process, are being put on a queue for subsequent processing. These values are pulled off the queue by the corresponding Dequeue icon.
See Tips for Enqueue for addition recursion options.