Class QueryPlan.MultiColumnEquiSelectNode

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

public static class QueryPlan.MultiColumnEquiSelectNode extends QueryPlan.SingleQueryPlanNode
The node for performing an equi-select on a group of columns of the child node. This is a separate node instead of chained IndexedSelectNode's so that we might exploit multi-column indexes.
See Also: