Uses of Class
com.espertech.esper.common.client.soda.AvgProjectionExpression
Packages that use AvgProjectionExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of AvgProjectionExpression in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return AvgProjectionExpressionModifier and TypeMethodDescriptionstatic AvgProjectionExpression
Expressions.avg
(Expression expression) Average aggregation function.static AvgProjectionExpression
Average aggregation function.static AvgProjectionExpression
Expressions.avgDistinct
(Expression expression) Average aggregation function considering distinct values only.static AvgProjectionExpression
Expressions.avgDistinct
(String propertyName) Average aggregation function considering distinct values only.