Package | Description |
---|---|
com.espertech.esper.epl.core.orderby |
Order-by and row-limit processors
|
Modifier and Type | Method and Description |
---|---|
EventBean[] |
OrderByProcessorRowLimitOnly.sortRollup(EventBean[] outgoingEvents,
java.util.List<GroupByRollupKey> currentGenerators,
boolean newData,
AgentInstanceContext agentInstanceContext,
AggregationService aggregationService) |
EventBean[] |
OrderByProcessorOrderedLimit.sortRollup(EventBean[] outgoingEvents,
java.util.List<GroupByRollupKey> currentGenerators,
boolean newData,
AgentInstanceContext agentInstanceContext,
AggregationService aggregationService) |
EventBean[] |
OrderByProcessorImpl.sortRollup(EventBean[] outgoingEvents,
java.util.List<GroupByRollupKey> currentGenerators,
boolean newData,
AgentInstanceContext agentInstanceContext,
AggregationService aggregationService) |
EventBean[] |
OrderByProcessor.sortRollup(EventBean[] outgoingEvents,
java.util.List<GroupByRollupKey> currentGenerators,
boolean newData,
AgentInstanceContext agentInstanceContext,
AggregationService aggregationService)
Sort the output events, using the provided group-by keys for
evaluating grouped aggregation functions, and avoiding the cost of
recomputing the keys.
|