Interface AggregateOperator

    • Method Detail

      • isDistinct

        boolean isDistinct()
      • setDistinct

        void setDistinct​(boolean distinct)
      • clone

        AggregateOperator clone()
        Description copied from interface: QueryModelNode
        Returns a (deep) clone of this query model node. This method recursively clones the entire node tree, starting from this nodes.
        Specified by:
        clone in interface QueryModelNode
        Specified by:
        clone in interface ValueExpr
        Returns:
        A deep clone of this query model node.