Package | Description |
---|---|
com.espertech.esper.core.context.stmt |
Registries for context partitions to handle aggregations, prev/prior and subselects.
|
com.espertech.esper.epl.agg.service |
Aggregation services.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryAggregationSingle.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AIRegistryAggregationMultiPerm.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AIRegistryAggregationMap.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSetProcessorRowPerGroupUnboundGroupRep |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorAggregateGrouped
Result-set processor for the aggregate-grouped case:
there is a group-by and one or more non-aggregation event properties in the select clause are not listed in the group by,
and there are aggregation functions.
|
class |
ResultSetProcessorRowPerGroup
Result set processor for the fully-grouped case:
there is a group-by and all non-aggregation event properties in the select clause are listed in the group by,
and there are aggregation functions.
|
class |
ResultSetProcessorRowPerGroupRollup |
class |
ResultSetProcessorRowPerGroupRollupUnbound |
class |
ResultSetProcessorRowPerGroupUnbound |
class |
ResultSetProcessorRowPerGroupUnboundGroupRepImpl |