Class QueryPlan.Table
java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.Table
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryPlan.LoadOne
,QueryPlan.Scan
- Enclosing class:
QueryPlan
public abstract static sealed class QueryPlan.Table
extends QueryPlan
permits QueryPlan.Scan, QueryPlan.LoadOne
Query plan node which accesses rows from a table.
- 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 -
Method Summary
-
Field Details
-
table
-
which
-
keyColumns
-
-
Method Details
-
hashCode
-