Interface IPlanDescriptor

All Known Implementing Classes:
PlanDescriptor

public interface IPlanDescriptor
Denotes an executable plan
Since:
1.4
  • Method Details

    • getQuery

      PQuery getQuery()
      The query which this plan implements
    • getPlan

      The executable search plans for each body in the query
      Since:
      2.0
    • getAdornment

      Set<PParameter> getAdornment()
      The set of parameters this plan assumes to be bound
    • getIteratedKeys

      Set<IInputKey> getIteratedKeys()
      The collection of IInputKeys which needs to be iterated during the execution of this plan. For optimal performance, instances of these keys might be indexed.