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

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

Uses of MinRowExpression in net.esper.client.soda
 

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


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com