Class QueryPlan.Scan

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryPlan.FullScan, QueryPlan.RangeScan
Enclosing class:
QueryPlan

public abstract static sealed class QueryPlan.Scan extends QueryPlan.Table permits QueryPlan.FullScan, QueryPlan.RangeScan
Query plan node which scans a table.
See Also:
  • Field Details

    • reverse

      public final boolean reverse
  • Method Details