public class QueryGraphValueEntryHashKeyedExpr extends QueryGraphValueEntryHashKeyed
Constructor and Description |
---|
QueryGraphValueEntryHashKeyedExpr(ExprNode keyExpr,
boolean requiresKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
isConstant() |
boolean |
isRequiresKey() |
String |
toQueryPlan() |
getKeyExpr, toQueryPlan
public QueryGraphValueEntryHashKeyedExpr(ExprNode keyExpr, boolean requiresKey)
public boolean isRequiresKey()
public boolean isConstant()
public String toQueryPlan()
toQueryPlan
in class QueryGraphValueEntryHashKeyed