Uses of Class
com.exasol.sql.expression.function.exasol.ExasolAnalyticAggregateFunctions
-
Packages that use ExasolAnalyticAggregateFunctions Package Description com.exasol.sql.expression.function.exasol -
-
Uses of ExasolAnalyticAggregateFunctions in com.exasol.sql.expression.function.exasol
Methods in com.exasol.sql.expression.function.exasol that return ExasolAnalyticAggregateFunctions Modifier and Type Method Description static ExasolAnalyticAggregateFunctionsExasolAnalyticAggregateFunctions. valueOf(String name)Returns the enum constant of this type with the specified name.static ExasolAnalyticAggregateFunctions[]ExasolAnalyticAggregateFunctions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.sql.expression.function.exasol with parameters of type ExasolAnalyticAggregateFunctions Modifier and Type Method Description static AnalyticFunctionAnalyticFunction. of(ExasolAnalyticAggregateFunctions functionName, ValueExpression... valueExpressions)Create a newAnalyticFunctioninstance.
-