public interface ILocalSearchPlanner
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SearchPlanForBody> |
plan(PQuery querySpec,
java.util.Set<PParameter> boundParameters)
Creates executable plans for the provided query.
|
java.util.Collection<SearchPlanForBody> plan(PQuery querySpec, java.util.Set<PParameter> boundParameters)
initializePlanner()
methods before calling this method.querySpec
- boundParameters
- a set of bound parametersViatraQueryRuntimeException