Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static BetweenExpression |
Expressions.between(Expression datapoint,
Expression lowBoundary,
Expression highBoundary)
Between.
|
static BetweenExpression |
Expressions.between(String property,
Object lowBoundary,
Object highBoundary)
Between.
|
static BetweenExpression |
Expressions.betweenProperty(String property,
String lowBoundaryProperty,
String highBoundaryProperty)
Between.
|
static BetweenExpression |
Expressions.range(Expression datapoint,
Expression lowBoundary,
Expression highBoundary,
boolean isLowIncluded,
boolean isHighIncluded)
Between (or range).
|