![]() | StddevProjectionExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class StddevProjectionExpression : ExpressionBase
The StddevProjectionExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | StddevProjectionExpression |
Ctor.
|
![]() | StddevProjectionExpression(Boolean) |
Ctor - for use to create an expression tree, without inner expression
|
![]() | StddevProjectionExpression(Expression, Boolean) |
Ctor - adds the expression to project.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsDistinct |
Returns true if the projection considers distinct values only.
|
![]() | 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.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |