Class QueryPlan.DisjointUnion
java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.Set
org.cojen.tupl.diag.QueryPlan.Union
org.cojen.tupl.diag.QueryPlan.DisjointUnion
- All Implemented Interfaces:
Serializable
- Enclosing class:
QueryPlan
Query plan node which represents a union set of plans, where each source plan only
produces rows which aren't produced by the other sources.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cojen.tupl.diag.QueryPlan
QueryPlan.Aggregator, QueryPlan.Concat, QueryPlan.DisjointUnion, QueryPlan.Empty, QueryPlan.Exists, QueryPlan.Filter, QueryPlan.FullScan, QueryPlan.Grouper, QueryPlan.GroupSort, QueryPlan.Identity, QueryPlan.LoadOne, QueryPlan.Mapper, QueryPlan.MergeConcat, QueryPlan.MergeUnion, QueryPlan.NaturalJoin, QueryPlan.NestedLoopsJoin, QueryPlan.PrimaryJoin, QueryPlan.RangeScan, QueryPlan.RangeUnion, QueryPlan.Scan, QueryPlan.Set, QueryPlan.Sort, QueryPlan.Table, QueryPlan.Union
-
Field Summary
Fields inherited from class org.cojen.tupl.diag.QueryPlan.Set
sources
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DisjointUnion
- Parameters:
sources
- child plan nodes
-
-
Method Details
-
equals
-
hashCode
public int hashCode()- Overrides:
hashCode
in classQueryPlan.Union
-