public abstract class QueryGraphValueEntryRange extends Object implements QueryGraphValueEntry, Serializable
Modifier | Constructor and Description |
---|---|
protected |
QueryGraphValueEntryRange(QueryGraphRangeEnum type) |
Modifier and Type | Method and Description |
---|---|
abstract ExprNode[] |
getExpressions() |
QueryGraphRangeEnum |
getType() |
abstract String |
toQueryPlan() |
static String |
toQueryPlan(List<QueryGraphValueEntryRange> rangeKeyPairs) |
protected QueryGraphValueEntryRange(QueryGraphRangeEnum type)
public QueryGraphRangeEnum getType()
public abstract String toQueryPlan()
public abstract ExprNode[] getExpressions()
public static String toQueryPlan(List<QueryGraphValueEntryRange> rangeKeyPairs)