All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Optimizer.NLJoinNode

java.lang.Object
   |
   +----Optimizer.PlanNode
           |
           +----Optimizer.NLJoinNode

public class NLJoinNode
extends PlanNode

Constructor Index

 o NLJoinNode(PlanNode, PlanNode, Query)

Method Index

 o createIterator()

Constructors

 o NLJoinNode
 public NLJoinNode(PlanNode leftNode,
                   PlanNode rightNode,
                   Query query)

Methods

 o createIterator
 public Iterator createIterator() throws IOException
Overrides:
createIterator in class PlanNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index