Class QueryGraphValueEntryRangeIn
java.lang.Object
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRange
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRangeIn
- All Implemented Interfaces:
QueryGraphValueEntry
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRange
EPTYPEARRAY, type
-
Constructor Summary
ConstructorDescriptionQueryGraphValueEntryRangeIn
(QueryGraphRangeEnum rangeType, ExprEvaluator exprStart, ExprEvaluator exprEnd, boolean allowRangeReversal) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRange
getType
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
QueryGraphValueEntryRangeIn
public QueryGraphValueEntryRangeIn(QueryGraphRangeEnum rangeType, ExprEvaluator exprStart, ExprEvaluator exprEnd, boolean allowRangeReversal)
-
-
Method Details
-
isAllowRangeReversal
public boolean isAllowRangeReversal() -
getExprStart
-
getExprEnd
-
getExpressions
- Specified by:
getExpressions
in classQueryGraphValueEntryRange
-