Click or drag to resize

AccessProjectionExpressionBase Class

Represents the base expression for "first", "last" and "window" aggregation functions.
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 abstract class AccessProjectionExpressionBase : ExpressionBase

The AccessProjectionExpressionBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAggregationFunctionName
Returns the function name of the aggregation function.
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
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 (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also