public interface IPlanDescriptor
Modifier and Type | Method and Description |
---|---|
java.util.Set<PParameter> |
getAdornment()
The set of parameters this plan assumes to be bound
|
java.util.Set<IInputKey> |
getIteratedKeys()
The collection of
IInputKey s which needs to be iterated during the execution of this plan. |
java.util.Collection<SearchPlanForBody> |
getPlan()
The executable search plans for each body in the query
|
PQuery |
getQuery()
The query which this plan implements
|
PQuery getQuery()
java.util.Collection<SearchPlanForBody> getPlan()
java.util.Set<PParameter> getAdornment()