Interface Aggregation
- All Known Implementing Classes:
Agg,AggregationImpl,AggregationLike,ExpressionGroupBy,FieldGroupBy,GroupBy
public interface Aggregation
聚合定义
-
Method Summary
Modifier and TypeMethodDescriptionagg(String alias, String expression, BuildControl... controls) 追加 聚合设置 聚合列清除 所有聚合列清除 所有分组Agg[]getAggs()获取 聚合列GroupBy[]获取 分组groupBy(String fieldName, BuildControl... controls) 追加 分组groupBy(String alias, String expression, BuildControl... controls) 追加 分组设置 分组
-
Method Details
-
groupBys
设置 分组 -
aggs
设置 聚合列 -
getGroupBys
GroupBy[] getGroupBys()获取 分组 -
getAggs
Agg[] getAggs()获取 聚合列 -
clearGroupBys
Aggregation clearGroupBys()清除 所有分组 -
clearAggs
Aggregation clearAggs()清除 所有聚合列 -
groupBy
追加 分组 -
groupBy
追加 分组 -
agg
追加 聚合
-