Click or drag to resize

MinProjectionExpression Class

Minimum of the (distinct) values returned by an expression.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaExpressionBase
    com.espertech.esper.common.client.sodaMinProjectionExpression

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class MinProjectionExpression : ExpressionBase

The MinProjectionExpression type exposes the following members.

Constructors
  NameDescription
Public methodMinProjectionExpression
Ctor.
Public methodMinProjectionExpression(Boolean)
Ctor - for use to create an expression tree, without inner expression
Public methodMinProjectionExpression(Boolean, Boolean)
Ctor - for use to create an expression tree, without inner expression
Public methodMinProjectionExpression(Expression, Boolean)
Ctor - adds the expression to project.
Top
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyDistinct
Returns true if the projection considers distinct values only.
Public propertyIsDistinct
Returns true if the projection considers distinct values only.
Public propertyIsEver
Returns true for max-ever
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 methodSetDistinct
Set the distinct flag indicating the projection considers distinct values only.
Public methodSetEver
Set to true for max-ever
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also