Click or drag to resize

LastProjectionExpression Class

Represents the "last" 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 LastProjectionExpression : AccessProjectionExpressionBase

The LastProjectionExpression type exposes the following members.

Constructors
  NameDescription
Public methodLastProjectionExpression
Initializes a new instance of the LastProjectionExpression class.
Public methodLastProjectionExpression(Expression)
Ctor.
Top
Properties
  NameDescription
Public propertyAggregationFunctionName
Returns the function name of the aggregation function.
(Overrides AccessProjectionExpressionBaseAggregationFunctionName.)
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Inherited from AccessProjectionExpressionBase.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
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