Class QueryPlan.ExhaustiveSelectNode

  • All Implemented Interfaces:
    QueryPlanNode, java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    QueryPlan

    public static class QueryPlan.ExhaustiveSelectNode
    extends QueryPlan.SingleQueryPlanNode
    The node for performing a exhaustive select operation on the child node. This node will iterate through the entire child result and all results that evaulate to true are included in the result.

    NOTE: The Expression may have correlated sub-queries.

    See Also:
    Serialized Form