Class SelectorExecutionPlan

  • All Implemented Interfaces:
    ExecutionPlan

    public class SelectorExecutionPlan
    extends java.lang.Object
    implements ExecutionPlan
    An execution plan for one selector in a query. The conditions of the given selectors are compiled into a filter, and the execution plan for the selector is to use a certain query index, which will result in an estimated cost to use that index to retrieve nodes for this index.