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

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

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

Methods in com.espertech.esper.client.soda that return CountProjectionExpression
static CountProjectionExpression Expressions.count(Expression expression)
          Count aggregation function.
static CountProjectionExpression Expressions.count(java.lang.String propertyName)
          Count aggregation function.
static CountProjectionExpression Expressions.countDistinct(Expression expression)
          Count aggregation function considering distinct values only.
static CountProjectionExpression Expressions.countDistinct(java.lang.String propertyName)
          Count aggregation function considering distinct values only.
 


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