 | ExpressionsMedianDistinct Method (String) |
Median aggregation function considering distinct values only.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static MedianProjectionExpression MedianDistinct(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
name of the property providing the values to aggregate.
Return Value
Type:
MedianProjectionExpressionexpression
See Also