public class AggregationFunctionType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static AggregationFunctionType |
AVG
平均值
|
static AggregationFunctionType |
COUNT
数量
|
static AggregationFunctionType |
MAX
最大值
|
static AggregationFunctionType |
MIN
最小值
|
static AggregationFunctionType |
SUM
求和
|
public static final AggregationFunctionType SUM
public static final AggregationFunctionType AVG
public static final AggregationFunctionType MAX
public static final AggregationFunctionType MIN
public static final AggregationFunctionType COUNT