id | 标题 |
---|---|
AggregationMethod.sum | 求和 |
AggregationMethod.avg | 平均 |
AggregationMethod.count | 计数 |
AggregationMethod.max | 最大 |
AggregationMethod.min | 最小 |
AggregationMethod.first | 最前 |
AggregationMethod.last | 最后 |
AggregationMethod.expr | 自定义表达式 |
AggregationMethod.none | 无 |