Package | Description |
---|---|
com.espertech.esper.epl.agg.service.groupbylocal |
Aggregation services - local-grouping
|
com.espertech.esper.epl.agg.util |
Aggregation utility classes centered around local group-by parameters.
|
Modifier and Type | Field and Description |
---|---|
protected AggregationLocalGroupByPlan |
AggSvcGroupLocalGroupByBase.localGroupByPlan |
protected AggregationLocalGroupByPlan |
AggSvcGroupByLocalGroupByFactory.localGroupByPlan |
Constructor and Description |
---|
AggSvcGroupAllLocalGroupBy(boolean isJoin,
AggregationLocalGroupByPlan localGroupByPlan) |
AggSvcGroupAllLocalGroupByFactory(boolean join,
AggregationLocalGroupByPlan localGroupByPlan) |
AggSvcGroupByLocalGroupBy(boolean isJoin,
AggregationLocalGroupByPlan localGroupByPlan) |
AggSvcGroupByLocalGroupByFactory(boolean join,
AggregationLocalGroupByPlan localGroupByPlan) |
AggSvcGroupLocalGroupByBase(boolean isJoin,
AggregationLocalGroupByPlan localGroupByPlan) |
Modifier and Type | Method and Description |
---|---|
AggregationLocalGroupByPlan |
AggregationLocalGroupByPlanForge.toEvaluators(StatementContext stmtContext,
boolean isFireAndForget) |