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

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

Uses of CountStarProjectionExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return CountStarProjectionExpression
static CountStarProjectionExpression Expressions.countStar()
          Count aggregation function not counting values, equivalent to "count(*)".