Class QueryPlan.NaturalJoinNode

  • All Implemented Interfaces:
    QueryPlanNode, java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    QueryPlan

    public static class QueryPlan.NaturalJoinNode
    extends QueryPlan.BranchQueryPlanNode
    A branch node for naturally joining two tables together. These branches should be optimized out if possible because they result in huge results.
    See Also:
    Serialized Form