|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.QueryPlan.SingleQueryPlanNode
com.mckoi.database.QueryPlan.DistinctNode
public static class QueryPlan.DistinctNode
The node for performing a distinct operation on the given columns of the child node.
| Field Summary |
|---|
| Fields inherited from class com.mckoi.database.QueryPlan.SingleQueryPlanNode |
|---|
child |
| Constructor Summary | |
|---|---|
QueryPlan.DistinctNode(QueryPlanNode child,
Variable[] columns)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deep clone. |
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table. |
java.lang.String |
titleString()
|
| Methods inherited from class com.mckoi.database.QueryPlan.SingleQueryPlanNode |
|---|
child, debugString, discoverCorrelatedVariables, discoverTableNames |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryPlan.DistinctNode(QueryPlanNode child,
Variable[] columns)
| Method Detail |
|---|
public Table evaluate(QueryContext context)
QueryPlanNode
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
QueryPlan.SingleQueryPlanNode
clone in interface QueryPlanNodeclone in class QueryPlan.SingleQueryPlanNodejava.lang.CloneNotSupportedExceptionpublic java.lang.String titleString()
titleString in class QueryPlan.SingleQueryPlanNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||