4.5.0, set for removal. Use enum ExasolAnalyticAggregateFunctions.@Deprecated public enum ExasolAggregateFunction extends Enum<ExasolAggregateFunction> implements FunctionName
| Enum Constant and Description |
|---|
APPROXIMATE_COUNT_DISTINCT
Deprecated.
|
AVG
Deprecated.
|
CORR
Deprecated.
|
COUNT
Deprecated.
|
COVAR_POP
Deprecated.
|
COVAR_SAMP
Deprecated.
|
FIRST_VALUE
Deprecated.
|
GROUP_CONCAT
Deprecated.
|
LAST_VALUE
Deprecated.
|
MAX
Deprecated.
|
MEDIAN
Deprecated.
|
MIN
Deprecated.
|
REGR_AVGX
Deprecated.
|
REGR_AVGY
Deprecated.
|
REGR_COUNT
Deprecated.
|
REGR_INTERCEPT
Deprecated.
|
REGR_R2
Deprecated.
|
REGR_SLOPE
Deprecated.
|
REGR_SXX
Deprecated.
|
REGR_SXY
Deprecated.
|
REGR_SYY
Deprecated.
|
STDDEV
Deprecated.
|
STDDEV_POP
Deprecated.
|
STDDEV_SAMP
Deprecated.
|
SUM
Deprecated.
|
VAR_POP
Deprecated.
|
VAR_SAMP
Deprecated.
|
VARIANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExasolAggregateFunction |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ExasolAggregateFunction[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final ExasolAggregateFunction APPROXIMATE_COUNT_DISTINCT
public static final ExasolAggregateFunction AVG
public static final ExasolAggregateFunction CORR
public static final ExasolAggregateFunction COUNT
public static final ExasolAggregateFunction COVAR_POP
public static final ExasolAggregateFunction COVAR_SAMP
public static final ExasolAggregateFunction FIRST_VALUE
public static final ExasolAggregateFunction GROUP_CONCAT
public static final ExasolAggregateFunction LAST_VALUE
public static final ExasolAggregateFunction MAX
public static final ExasolAggregateFunction MEDIAN
public static final ExasolAggregateFunction MIN
public static final ExasolAggregateFunction REGR_SLOPE
public static final ExasolAggregateFunction REGR_INTERCEPT
public static final ExasolAggregateFunction REGR_COUNT
public static final ExasolAggregateFunction REGR_R2
public static final ExasolAggregateFunction REGR_AVGX
public static final ExasolAggregateFunction REGR_AVGY
public static final ExasolAggregateFunction REGR_SXX
public static final ExasolAggregateFunction REGR_SXY
public static final ExasolAggregateFunction REGR_SYY
public static final ExasolAggregateFunction STDDEV
public static final ExasolAggregateFunction STDDEV_POP
public static final ExasolAggregateFunction STDDEV_SAMP
public static final ExasolAggregateFunction SUM
public static final ExasolAggregateFunction VAR_POP
public static final ExasolAggregateFunction VAR_SAMP
public static final ExasolAggregateFunction VARIANCE
public static ExasolAggregateFunction[] values()
for (ExasolAggregateFunction c : ExasolAggregateFunction.values()) System.out.println(c);
public static ExasolAggregateFunction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2021. All rights reserved.