Class QueryPlan.NaturalJoin

java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.NaturalJoin
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryPlan.PrimaryJoin
Enclosing class:
QueryPlan

public static sealed class QueryPlan.NaturalJoin extends QueryPlan permits QueryPlan.PrimaryJoin
Query plan node which joins a target to a source based on a common set of columns.
See Also:
  • Field Details

  • Constructor Details

  • Method Details