Class LocalSearchPlanner

  • All Implemented Interfaces:
    ILocalSearchPlanner

    public class LocalSearchPlanner
    extends java.lang.Object
    implements ILocalSearchPlanner
    No Reference:
    This class is not intended to be referenced by clients.
    • Method Detail

      • plan

        public java.util.Collection<SearchPlanForBody> plan​(PQuery querySpec,
                                                            java.util.Set<PParameter> boundParameters)
        Creates executable plans for the provided query. It is required to call one of the initializePlanner() methods before calling this method.
        Specified by:
        plan in interface ILocalSearchPlanner
        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