public abstract class QueryGraphValueEntryRangeForge extends Object implements QueryGraphValueEntryForge, Serializable
Modifier and Type | Field and Description |
---|---|
protected QueryGraphRangeEnum |
type |
Modifier | Constructor and Description |
---|---|
protected |
QueryGraphValueEntryRangeForge(QueryGraphRangeEnum type) |
Modifier and Type | Method and Description |
---|---|
abstract ExprNode[] |
getExpressions() |
static Class[] |
getRangeResultTypes(QueryGraphValueEntryRangeForge[] ranges) |
protected abstract Class |
getResultType() |
QueryGraphRangeEnum |
getType() |
abstract CodegenExpression |
make(Class optionalCoercionType,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
static CodegenExpression |
makeArray(QueryGraphValueEntryRangeForge[] ranges,
CodegenMethod method,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
abstract String |
toQueryPlan() |
static String |
toQueryPlan(List<QueryGraphValueEntryRangeForge> rangeKeyPairs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
make
protected final QueryGraphRangeEnum type
protected QueryGraphValueEntryRangeForge(QueryGraphRangeEnum type)
public QueryGraphRangeEnum getType()
public abstract String toQueryPlan()
public abstract ExprNode[] getExpressions()
protected abstract Class getResultType()
public abstract CodegenExpression make(Class optionalCoercionType, CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
public static String toQueryPlan(List<QueryGraphValueEntryRangeForge> rangeKeyPairs)
public static CodegenExpression makeArray(QueryGraphValueEntryRangeForge[] ranges, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
public static Class[] getRangeResultTypes(QueryGraphValueEntryRangeForge[] ranges)
Copyright © 2005–2018. All rights reserved.