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

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

Uses of MaxRowExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return MaxRowExpression
 MaxRowExpression MaxRowExpression.add(Expression expression)
          Add an expression to include in the computation.
 MaxRowExpression MaxRowExpression.add(Object object)
          Add a constant to include in the computation.
 MaxRowExpression MaxRowExpression.add(String propertyName)
          Add a property to include in the computation.
static MaxRowExpression Expressions.max(Expression exprOne, Expression exprTwo, Expression... moreExpressions)
          Maximum value per-row function (not aggregating).
static MaxRowExpression Expressions.max(String propertyOne, String propertyTwo, String... moreProperties)
          Maximum value per-row function (not aggregating).