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, discoverTableNames
public SortNode(QueryPlanNode child, Variable[] columns, boolean[] ascending)
public Table evaluate(QueryContext context)
QueryPlanNode
public Object clone() throws CloneNotSupportedException
QueryPlan.SingleQueryPlanNode
clone
in interface QueryPlanNode
clone
in class QueryPlan.SingleQueryPlanNode
CloneNotSupportedException
public String titleString()
titleString
in class QueryPlan.SingleQueryPlanNode
Copyright © 2015. All rights reserved.