Uses of Class
com.espertech.esper.common.client.soda.MaxRowExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of MaxRowExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionMaxRowExpression.add
(Expression expression) Add an expression to include in the computation.Add a constant to include in the computation.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
Maximum value per-row function (not aggregating).