Interface ILocalSearchPlanner

All Known Implementing Classes:
LocalSearchPlanner

public interface ILocalSearchPlanner
Since:
1.7
  • Method Details

    • plan

      Collection<SearchPlanForBody> plan(PQuery querySpec, Set<PParameter> boundParameters)
      Creates executable plans for the provided query. It is required to call one of the initializePlanner() methods before calling this method.
      Parameters:
      querySpec -
      boundParameters - a set of bound parameters
      Returns:
      a mapping between ISearchOperation list and a mapping, that holds a PVariable-Integer mapping for the list of ISearchOperations
      Throws:
      InterpreterRuntimeException