com.espertech.esper.epl.join.plan
Class QueryGraphValueEntryRangeIn

java.lang.Object
  extended by com.espertech.esper.epl.join.plan.QueryGraphValueEntryRange
      extended by com.espertech.esper.epl.join.plan.QueryGraphValueEntryRangeIn
All Implemented Interfaces:
QueryGraphValueEntry, java.io.Serializable

public class QueryGraphValueEntryRangeIn
extends QueryGraphValueEntryRange

See Also:
Serialized Form

Constructor Summary
QueryGraphValueEntryRangeIn(QueryGraphRangeEnum rangeType, ExprNode exprStart, ExprNode exprEnd, boolean allowRangeReversal)
           
 
Method Summary
 ExprNode getExprEnd()
           
 ExprNode[] getExpressions()
           
 ExprNode getExprStart()
           
 boolean isAllowRangeReversal()
           
 java.lang.String toQueryPlan()
           
 
Methods inherited from class com.espertech.esper.epl.join.plan.QueryGraphValueEntryRange
getType, toQueryPlan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryGraphValueEntryRangeIn

public QueryGraphValueEntryRangeIn(QueryGraphRangeEnum rangeType,
                                   ExprNode exprStart,
                                   ExprNode exprEnd,
                                   boolean allowRangeReversal)
Method Detail

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

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com