Class IsNullExpNode

  • All Implemented Interfaces:
    ExpNode

    public class IsNullExpNode
    extends UnaryExpNode
    Represents IS NULL in a SQL expression
    • Constructor Detail

      • IsNullExpNode

        public IsNullExpNode()
    • Method Detail

      • visit

        public <T> T visit​(ExpNodeVisitor<T> visitor)
        Description copied from interface: ExpNode
        Generic evaluation visitor
        Returns:
      • precedence

        public int precedence()
        Description copied from interface: ExpNode
        Precedence of this expression node. Used to parse the expression into the correct tree. We use 0 to represent the highest precedence
        Returns: