Click or drag to resize

WindowProjectionExpression Class

Represents the "window" aggregation function.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class WindowProjectionExpression : AccessProjectionExpressionBase

The WindowProjectionExpression type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Inherited from AccessProjectionExpressionBase.)
Top
See Also