[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).

The following tables list the members exposed by the AggregationServiceGroupAllImpl type.

Public Methods

  NameDescription
ApplyEnter
Apply events as entering a window (new events).
(Overrides .ApplyEnter(EventBean[](), MultiKey<(Of Object>)).)
ApplyLeave
Apply events as leaving a window (old events).
(Overrides .ApplyLeave(EventBean[](), MultiKey<(Of Object>)).)
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
GetValue
Returns current aggregation state, for use by expression node representing an aggregation function.
(Overrides .GetValue(Int32).)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
AggregationServiceGroupAllImplNew
Ctor.

Public Properties

  NameDescription
CurrentRow
Sets the current row.
(Overrides .CurrentRow.)