Class OutputProcessViewConditionFirstPostProcess

All Implemented Interfaces:
AgentInstanceMgmtCallback, JoinSetIndicator, JoinSetProcessor, OutputProcessViewTerminable, OutputProcessViewWithAfter, View, Viewable, Iterable<EventBean>

public class OutputProcessViewConditionFirstPostProcess extends OutputProcessViewConditionFirst
Handles output rate limiting for FIRST, only applicable with a having-clause and no group-by clause.

Without having-clause the order of processing won't matter therefore its handled by the OutputProcessViewConditionDefault. With group-by the ResultSetProcessor handles the per-group first criteria.