Uses of Class
com.espertech.esper.common.client.soda.BetweenExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of BetweenExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic BetweenExpression
Expressions.between
(Expression datapoint, Expression lowBoundary, Expression highBoundary) Between.static BetweenExpression
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).