Methods in net.esper.client.soda that return BetweenExpression |
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). |