The EMIT operator
appears at the top of every query plan. EMIT is
the root of the query plan tree and always has exactly one child
operator. The EMIT operator
routes the result rows of the query by sending them to the client
(an application or another Adaptive Server instance) or by assigning
values from the result row to local variables or fetch
into variables.