Class QueryPlan.NestedLoopsJoin.Level

java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.NestedLoopsJoin.Level
All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan.NestedLoopsJoin

public static final class QueryPlan.NestedLoopsJoin.Level extends QueryPlan
See Also:
  • Field Details

  • Constructor Details

    • Level

      public Level(String type, QueryPlan source, Map<Integer,String> assignments)
      Parameters:
      type - join type from the previous level
      source - optional child plan node
      assignments - optional map of arguments assigned by this level for use by the next and remaining levels
  • Method Details