Class QueryPlan.SimpleSelectNode

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

    public static class QueryPlan.SimpleSelectNode
    extends QueryPlan.SingleQueryPlanNode
    The node for performing a simple select operation on a table. The simple select requires a LHS variable, an operator, and an expression representing the RHS.
    See Also:
    Serialized Form