Class QueryPlan.DistinctNode

java.lang.Object
com.mckoi.database.QueryPlan.SingleQueryPlanNode
com.mckoi.database.QueryPlan.DistinctNode
All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Enclosing class:
QueryPlan

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