com.espertech.esper.epl.join.plan
Class QueryGraphValueEntryRangeIn
java.lang.Object
com.espertech.esper.epl.join.plan.QueryGraphValueEntryRange
com.espertech.esper.epl.join.plan.QueryGraphValueEntryRangeIn
- All Implemented Interfaces:
- QueryGraphValueEntry, java.io.Serializable
public class QueryGraphValueEntryRangeIn
- extends QueryGraphValueEntryRange
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryGraphValueEntryRangeIn
public QueryGraphValueEntryRangeIn(QueryGraphRangeEnum rangeType,
ExprNode exprStart,
ExprNode exprEnd,
boolean allowRangeReversal)
isAllowRangeReversal
public boolean isAllowRangeReversal()
getExprStart
public ExprNode getExprStart()
getExprEnd
public ExprNode getExprEnd()
toQueryPlan
public java.lang.String toQueryPlan()
- Specified by:
toQueryPlan
in class QueryGraphValueEntryRange
getExpressions
public ExprNode[] getExpressions()
- Specified by:
getExpressions
in class QueryGraphValueEntryRange