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

Implementation for handling aggregation without any grouping (no group-by).

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

Syntax

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

Inheritance Hierarchy

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