Class Min

    • Constructor Detail

      • Min

        public Min​(ValueExpr arg,
                   boolean distinct)
    • Method Detail

      • visit

        public <X extends java.lang.Exception> void visit​(QueryModelVisitor<X> visitor)
                                                   throws X extends java.lang.Exception
        Description copied from interface: QueryModelNode
        Visits this node. The node reports itself to the visitor with the proper runtime type.
        Throws:
        X extends java.lang.Exception