public static class QueryPlan.SortNode extends QueryPlan.SingleQueryPlanNode
child| Constructor and Description |
|---|
SortNode(QueryPlanNode child,
Variable[] columns,
boolean[] ascending) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deep clone.
|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
String |
titleString() |
child, debugString, discoverCorrelatedVariables, discoverTableNamespublic SortNode(QueryPlanNode child, Variable[] columns, boolean[] ascending)
public Table evaluate(QueryContext context)
QueryPlanNodepublic Object clone() throws CloneNotSupportedException
QueryPlan.SingleQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.SingleQueryPlanNodeCloneNotSupportedExceptionpublic String titleString()
titleString in class QueryPlan.SingleQueryPlanNodeCopyright © 2015. All rights reserved.