Class QueryPlan.GroupSort
java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.Sort
org.cojen.tupl.diag.QueryPlan.GroupSort
- All Implemented Interfaces:
Serializable
- Enclosing class:
QueryPlan
Query plan node which sorts rows within a group. The groups are already ordered
correctly with respect to other groups, and so a full sort isn't required.
- 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
FieldsFields inherited from class org.cojen.tupl.diag.QueryPlan.Sort
sortColumns, source
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
groupColumns
-
-
Constructor Details
-
GroupSort
-
-
Method Details
-
equals
- Overrides:
equals
in classQueryPlan.Sort
-
hashCode
public int hashCode()- Overrides:
hashCode
in classQueryPlan.Sort
-