|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.query.plan.QueryExecutionPlan
org.xcmis.search.query.plan.QueryExecutionPlan.NestedExecutionPlan
org.xcmis.search.query.plan.QueryExecutionPlan.SortExecutionPlan
public static class QueryExecutionPlan.SortExecutionPlan
Execution step for sort phase.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.xcmis.search.query.plan.QueryExecutionPlan |
|---|
QueryExecutionPlan.JoinExecutionPlan, QueryExecutionPlan.LimitExecutionPlan, QueryExecutionPlan.NestedExecutionPlan, QueryExecutionPlan.ProjectExecutionPlan, QueryExecutionPlan.SelectorExecutionPlan, QueryExecutionPlan.SortExecutionPlan, QueryExecutionPlan.SourceExecutionPlan, QueryExecutionPlan.Type, QueryExecutionPlan.WhereExecutionPlan |
| Field Summary |
|---|
| Fields inherited from class org.xcmis.search.query.plan.QueryExecutionPlan.NestedExecutionPlan |
|---|
childPlan |
| Constructor Summary | |
|---|---|
QueryExecutionPlan.SortExecutionPlan()
|
|
QueryExecutionPlan.SortExecutionPlan(QueryExecutionPlan childPlan)
|
|
| Method Summary | |
|---|---|
List<Ordering> |
getOrderings()
|
protected void |
getRecursiveString(StringBuilder str,
int indentLevel)
|
void |
setOrderings(List<Ordering> orderings)
|
| Methods inherited from class org.xcmis.search.query.plan.QueryExecutionPlan.NestedExecutionPlan |
|---|
findPlanByType, getChildPlan, getSize, hasNext, next, setChildPlan |
| Methods inherited from class org.xcmis.search.query.plan.QueryExecutionPlan |
|---|
addSelector, addSelector, addSelectors, getSelectors, getType, remove, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionPlan.SortExecutionPlan()
type - public QueryExecutionPlan.SortExecutionPlan(QueryExecutionPlan childPlan)
type - | Method Detail |
|---|
public List<Ordering> getOrderings()
public void setOrderings(List<Ordering> orderings)
orderings - the orderings to set
protected void getRecursiveString(StringBuilder str,
int indentLevel)
getRecursiveString in class QueryExecutionPlanQueryExecutionPlan.getRecursiveString(java.lang.StringBuilder, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||