Uses of Class
com.espertech.esper.common.client.soda.MinRowExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of MinRowExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionMinRowExpression.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 MinRowExpression
Expressions.min
(Expression exprOne, Expression exprTwo, Expression... moreExpressions) Minimum value per-row function (not aggregating).static MinRowExpression
Minimum value per-row function (not aggregating).