|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.QueryPlan.SingleQueryPlanNode
com.mckoi.database.QueryPlan.CachePointNode
public static class QueryPlan.CachePointNode
A cache point node that only evaluates the child if the result can not be found in the cache with the given unique id.
| Field Summary |
|---|
| Fields inherited from class com.mckoi.database.QueryPlan.SingleQueryPlanNode |
|---|
child |
| Constructor Summary | |
|---|---|
QueryPlan.CachePointNode(QueryPlanNode child)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deep clone. |
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table. |
java.lang.String |
titleString()
|
| Methods inherited from class com.mckoi.database.QueryPlan.SingleQueryPlanNode |
|---|
child, debugString, discoverCorrelatedVariables, discoverTableNames |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryPlan.CachePointNode(QueryPlanNode child)
| Method Detail |
|---|
public Table evaluate(QueryContext context)
QueryPlanNode
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
QueryPlan.SingleQueryPlanNode
clone in interface QueryPlanNodeclone in class QueryPlan.SingleQueryPlanNodejava.lang.CloneNotSupportedExceptionpublic java.lang.String titleString()
titleString in class QueryPlan.SingleQueryPlanNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||