Class QueryPlan.SortNode

All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Enclosing class:
QueryPlan

public static class QueryPlan.SortNode extends QueryPlan.SingleQueryPlanNode
The node for performing a sort operation on the given columns of the child node.
See Also: