Uses of Class
com.espertech.esper.client.soda.MinRowExpression

Packages that use MinRowExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of MinRowExpression in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return MinRowExpression
 MinRowExpression MinRowExpression.add(Expression expression)
          Add an expression to include in the computation.
 MinRowExpression MinRowExpression.add(java.lang.Object object)
          Add a constant to include in the computation.
 MinRowExpression MinRowExpression.add(java.lang.String propertyName)
          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 Expressions.min(java.lang.String propertyOne, java.lang.String propertyTwo, java.lang.String... moreProperties)
          Minimum value per-row function (not aggregating).
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com