Uses of Class
com.espertech.esper.common.internal.epl.agg.rollup.GroupByRollupKey
Package
Description
Order-by and row-limit processors
-
Uses of GroupByRollupKey in com.espertech.esper.common.internal.epl.resultset.order
Modifier and TypeMethodDescriptionOrderByProcessor.sortRollup
(EventBean[] outgoingEvents, List<GroupByRollupKey> currentGenerators, boolean newData, ExprEvaluatorContext exprEvaluatorContext, 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.