Package | Description |
---|---|
com.espertech.esper.epl.agg.service.common |
Aggregation services - common.
|
com.espertech.esper.epl.agg.service.groupall |
Aggregation services group-all.
|
com.espertech.esper.epl.agg.service.groupby |
Aggregation services group-by regular
|
com.espertech.esper.epl.agg.service.groupbyrollup |
Aggregation services - rollup.
|
Modifier and Type | Method and Description |
---|---|
AggregationRowStateEvalDesc |
AggregationRowStateForgeDesc.toEval(StatementContext stmtContext,
boolean isFireAndForget) |
Constructor and Description |
---|
AggSvcGroupAllFactory(AggregationRowStateEvalDesc evalDesc,
boolean isJoin) |
Constructor and Description |
---|
AggSvcGroupByNoReclaimFactory(AggregationRowStateEvalDesc rowStateEvalDesc,
boolean isJoin) |
AggSvcGroupByReclaimAgedFactory(AggregationRowStateEvalDesc rowStateEvalDesc,
boolean isJoin,
AggSvcGroupByReclaimAgedEvalFuncFactory evaluationFunctionMaxAge,
AggSvcGroupByReclaimAgedEvalFuncFactory evaluationFunctionFrequency) |
AggSvcGroupByRefcountedFactory(AggregationRowStateEvalDesc rowStateEvalDesc,
boolean isJoin) |
Constructor and Description |
---|
AggSvcGroupByRollupFactory(AggregationRowStateEvalDesc eval,
boolean isJoin,
AggregationGroupByRollupDesc groupByRollupDesc) |