Uses of Class
net.esper.eql.core.AggregationServiceBase

Packages that use AggregationServiceBase
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of AggregationServiceBase in net.esper.eql.core
 

Subclasses of AggregationServiceBase in net.esper.eql.core
 class AggregationServiceGroupAllImpl
          Implementation for handling aggregation without any grouping (no group-by).
 class AggregationServiceGroupByImpl
          Implementation for handling aggregation with grouping by group-keys.