Class QueryPlan.LoadOne

All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

public static final class QueryPlan.LoadOne extends QueryPlan.Table
Query plan node which loads at most one row from a table.
See Also:
  • Field Details

    • filter

      public final String filter
  • Constructor Details

    • LoadOne

      public LoadOne(String table, String which, String[] keyColumns, String filter)
      Parameters:
      which - primary key, alternate key, or secondary index
      keyColumns - columns with '+' or '-' prefix
      filter - filter which matches to the row (filter can be null if unspecified)
  • Method Details