Class QueryPlan.CachePointNode

java.lang.Object
com.mckoi.database.QueryPlan.SingleQueryPlanNode
com.mckoi.database.QueryPlan.CachePointNode
All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Enclosing class:
QueryPlan

public static class QueryPlan.CachePointNode extends QueryPlan.SingleQueryPlanNode
A cache point node that only evaluates the child if the result can not be found in the cache with the given unique id.
See Also: