Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
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).
|