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