Package | Description |
---|---|
com.espertech.esper.epl.agg.service.groupby |
Aggregation services group-by regular
|
com.espertech.esper.epl.agg.service.groupbylocal |
Aggregation services - local-grouping
|
com.espertech.esper.epl.agg.service.groupbyrollup |
Aggregation services - rollup.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,AggregationMethodPairRow> |
AggSvcGroupByRefcountedWAccessImpl.aggregatorsPerGroup |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRefcountedWAccessImpl.internalHandleGroupUpdate(java.lang.Object groupByKey,
AggregationMethodPairRow row) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupLocalGroupByBase.internalHandleUpdatedGroup(int level,
java.lang.Object groupByKey,
AggregationMethodPairRow row) |
Modifier and Type | Field and Description |
---|---|
protected AggregationMethodPairRow |
AggSvcGroupByRollupImpl.aggregatorTopGroup |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRollupImpl.internalHandleGroupUpdate(java.lang.Object groupByKey,
AggregationMethodPairRow row,
AggregationGroupByRollupLevel groupByRollupLevel) |