Class QueryPlan.MultiColumnEquiSelectNode

  • All Implemented Interfaces:
    QueryPlanNode, java.io.Serializable, java.lang.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:
    Serialized Form