Package | Description |
---|---|
com.espertech.esper.epl.agg.access |
State multifunction aggregation methods
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Constructor and Description |
---|
AggregationStateSortedImpl(AggregationStateSortedSpec spec)
Ctor.
|
AggregationStateSortedJoin(AggregationStateSortedSpec spec) |
Modifier and Type | Method and Description |
---|---|
AggregationState |
MethodResolutionServiceImpl.makeAccessAggSortedJoin(int agentInstanceId,
int groupId,
int aggregationId,
AggregationStateSortedSpec spec) |
AggregationState |
MethodResolutionService.makeAccessAggSortedJoin(int agentInstanceId,
int groupId,
int aggregationId,
AggregationStateSortedSpec spec) |
AggregationState |
MethodResolutionServiceImpl.makeAccessAggSortedNonJoin(int agentInstanceId,
int groupId,
int aggregationId,
AggregationStateSortedSpec spec) |
AggregationState |
MethodResolutionService.makeAccessAggSortedNonJoin(int agentInstanceId,
int groupId,
int aggregationId,
AggregationStateSortedSpec spec) |