Class QueryPlan.ExhaustiveSelectNode

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

public static class QueryPlan.ExhaustiveSelectNode extends QueryPlan.SingleQueryPlanNode
The node for performing a exhaustive select operation on the child node. This node will iterate through the entire child result and all results that evaulate to true are included in the result.

NOTE: The Expression may have correlated sub-queries.

See Also: