Uses of Class
com.exasol.adapter.sql.AggregateFunction
-
Packages that use AggregateFunction Package Description com.exasol.adapter.capabilities com.exasol.adapter.sql -
-
Uses of AggregateFunction in com.exasol.adapter.capabilities
Methods in com.exasol.adapter.capabilities that return AggregateFunction Modifier and Type Method Description AggregateFunctionAggregateFunctionCapability. getFunction() -
Uses of AggregateFunction in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return AggregateFunction Modifier and Type Method Description AggregateFunctionSqlFunctionAggregate. getFunction()AggregateFunctionSqlFunctionAggregateGroupConcat. getFunction()static AggregateFunctionAggregateFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateFunction[]AggregateFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exasol.adapter.sql with parameters of type AggregateFunction Constructor Description SqlFunctionAggregate(AggregateFunction function, List<SqlNode> arguments, boolean distinct)SqlFunctionAggregateGroupConcat(AggregateFunction function, List<SqlNode> arguments, SqlOrderBy orderBy, boolean distinct, String separator)
-