Class QueryPlan.SimplePatternSelectNode

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

    public static class QueryPlan.SimplePatternSelectNode
    extends QueryPlan.SingleQueryPlanNode
    The node for evaluating a simple pattern search on a table which includes a single left hand variable or constant, a pattern type (LIKE, NOT LIKE or REGEXP), and a right hand constant (eg. 'T__y'). If the expression is not in this form then this node will not operate correctly.
    See Also:
    Serialized Form