Interface Aggregation
- All Known Implementing Classes:
Agg,AggregationImpl,AggregationLike,ExpressionGroupBy,FieldGroupBy,GroupBy
public interface Aggregation
聚合定义
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Details
-
groupBys
设置 分组 -
aggs
设置 聚合列 -
getGroupBys
GroupBy[] getGroupBys()获取 分组 -
getAggs
Agg[] getAggs()获取 聚合列 -
clearGroupBys
Aggregation clearGroupBys()清除 所有分组 -
clearAggs
Aggregation clearAggs()清除 所有聚合列 -
groupBy
追加 分组 -
groupBy
追加 分组 -
agg
追加 聚合
-