Uses of Class
net.esper.client.soda.AvgProjectionExpression

Packages that use AvgProjectionExpression
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of AvgProjectionExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return AvgProjectionExpression
static AvgProjectionExpression Expressions.avg(Expression expression)
          Average aggregation function.
static AvgProjectionExpression Expressions.avg(String propertyName)
          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.