public abstract class QueryGraphValueEntryHashKeyed extends Object implements QueryGraphValueEntry, Serializable
Constructor and Description |
---|
QueryGraphValueEntryHashKeyed(ExprNode keyExpr) |
Modifier and Type | Method and Description |
---|---|
ExprNode |
getKeyExpr() |
abstract String |
toQueryPlan() |
static String |
toQueryPlan(List<QueryGraphValueEntryHashKeyed> keyProperties) |
public QueryGraphValueEntryHashKeyed(ExprNode keyExpr)
public ExprNode getKeyExpr()
public abstract String toQueryPlan()
public static String toQueryPlan(List<QueryGraphValueEntryHashKeyed> keyProperties)