![]() | PlugInProjectionExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class PlugInProjectionExpression : ExpressionBase
The PlugInProjectionExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | PlugInProjectionExpression |
Ctor.
|
![]() | PlugInProjectionExpression(String, Boolean) |
Ctor.
|
![]() | PlugInProjectionExpression(String, Boolean, Expression) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | FunctionName |
Returns the function name.
|
![]() | IsDistinct |
Returns true for distinct.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetDistinct |
Set to true for distinct.
|
![]() | SetFunctionName |
Sets the function name.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |