Class QueryPlan.JoinNode

All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Enclosing class:
QueryPlan

public static class QueryPlan.JoinNode extends QueryPlan.BranchQueryPlanNode
A branch node for a non-equi join between two tables.

NOTE: The cost of a LeftJoin is higher if the right child result is greater than the left child result. The plan should be arranged so smaller results are on the left.

See Also: