|
||||||||||
| 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.ProjectExecutionPlan
public static class QueryExecutionPlan.ProjectExecutionPlan
Execution step for project 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.ProjectExecutionPlan()
|
|
QueryExecutionPlan.ProjectExecutionPlan(QueryExecutionPlan childPlan)
|
|
| Method Summary | |
|---|---|
List<org.xcmis.search.model.column.Column> |
getColumns()
|
protected void |
getRecursiveString(StringBuilder str,
int indentLevel)
|
void |
setColumns(List<org.xcmis.search.model.column.Column> columns2)
|
| 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.ProjectExecutionPlan()
type - public QueryExecutionPlan.ProjectExecutionPlan(QueryExecutionPlan childPlan)
type - | Method Detail |
|---|
protected void getRecursiveString(StringBuilder str,
int indentLevel)
getRecursiveString in class QueryExecutionPlanQueryExecutionPlan.getRecursiveString(java.lang.StringBuilder, int)public List<org.xcmis.search.model.column.Column> getColumns()
public void setColumns(List<org.xcmis.search.model.column.Column> columns2)
columns2 - the columns to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||