Class SqlFunctionAggregate


  • public class SqlFunctionAggregate
    extends SqlNode
    A simple aggregate function with a name and zero or more arguments. Distinct is also allowed.

    Aggregate functions that are more complex, like GroupConcat, are defined in separate classes.

    • Method Detail

      • getFunctionName

        public String getFunctionName()
      • hasDistinct

        public boolean hasDistinct()
      • toSimpleSql

        public String toSimpleSql()
        Specified by:
        toSimpleSql in class SqlNode
        Returns:
        A SQL representation of the current graph, using EXASOL SQL syntax. It is called "SIMPLE" because it is not guaranteed to be 100 % correct SQL (e.g. might be ambiguous).