Class QueryPlan.Set

java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.Set
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryPlan.Empty, QueryPlan.NestedLoopsJoin, QueryPlan.Union
Enclosing class:
QueryPlan

public abstract static sealed class QueryPlan.Set extends QueryPlan permits QueryPlan.Empty, QueryPlan.Union, QueryPlan.NestedLoopsJoin
Query plan node which represents a set of plans.
See Also:
  • Field Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object