Uses of Class
com.espertech.esper.client.soda.MaxProjectionExpression

Packages that use MaxProjectionExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of MaxProjectionExpression in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return MaxProjectionExpression
static MaxProjectionExpression Expressions.max(Expression expression)
          Maximum aggregation function.
static MaxProjectionExpression Expressions.max(java.lang.String propertyName)
          Maximum aggregation function.
static MaxProjectionExpression Expressions.maxDistinct(Expression expression)
          Maximum aggregation function considering distinct values only.
static MaxProjectionExpression Expressions.maxDistinct(java.lang.String propertyName)
          Maximum aggregation function considering distinct values only.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com