This instruction closes a result set, which closes and removes the TupleSource associated with it. This is needed to explicitly close temporary group result sets once processing moves out of their scope, otherwise they would not get cleaned up. But it can be used for other result sets besides temporary groups.
(This instruction does the same thing that a {@link WhileInstruction WhileInstruction} does when the end of a result set is reached.)
|
|