Class QueryPlan.FullScan

All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

public static final class QueryPlan.FullScan extends QueryPlan.Scan
Query plan node which scans all rows of a table.
See Also:
  • Constructor Details

    • FullScan

      public FullScan(String table, String which, String[] keyColumns, boolean reverse)
      Parameters:
      which - primary key, alternate key, or secondary index
      keyColumns - columns with '+' or '-' prefix
      reverse - true if a reverse scan
  • Method Details