Class NotNode

  • All Implemented Interfaces:
    Visitable

    public final class NotNode
    extends UnaryLogicalOperatorNode
    A NotNode represents a NOT operator. Preprocessing will eliminate the NotNodes which exist above comparison operators so that the optimizer will see a query tree in CNF.