![]() | MaxProjectionExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class MaxProjectionExpression : ExpressionBase
The MaxProjectionExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaxProjectionExpression |
Ctor.
|
![]() | MaxProjectionExpression(Boolean) |
Ctor - for use to create an expression tree, without inner expression
|
![]() | MaxProjectionExpression(Boolean, Boolean) |
Ctor - for use to create an expression tree, without inner expression
|
![]() | MaxProjectionExpression(Expression, Boolean) |
Ctor - adds the expression to project.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Distinct |
Returns true if the projection considers distinct values only.
|
![]() | IsDistinct |
Returns true if the projection considers distinct values only.
|
![]() | IsEver |
Returns true for max-ever
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetDistinct |
Set the distinct flag indicating the projection considers distinct values only.
|
![]() | SetEver |
Set to true for max-ever
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |