[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Implementation for handling aggregation with grouping by group-keys.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class AggregationServiceGroupByImpl _
	Inherits AggregationServiceBase
C#
public class AggregationServiceGroupByImpl : AggregationServiceBase
Visual C++
public ref class AggregationServiceGroupByImpl : public AggregationServiceBase

Inheritance Hierarchy

System.Object
  net.esper.eql.core.AggregationServiceBase
    net.esper.eql.core.AggregationServiceGroupByImpl