 | MinProjectionExpression Constructor (Boolean, Boolean) |
Ctor - for use to create an expression tree, without inner expression
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic MinProjectionExpression(
bool isDistinct,
bool isEver
)
Parameters
- isDistinct
- Type: SystemBoolean
true if distinct - isEver
- Type: SystemBoolean
ever-indicator
See Also