Class AggregationImpl
java.lang.Object
cool.scx.data.aggregation.AggregationImpl
- All Implemented Interfaces:
Aggregation
-
Constructor Summary
Constructors -
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) 追加 分组设置 分组
-
Constructor Details
-
AggregationImpl
public AggregationImpl()
-
-
Method Details
-
groupBys
Description copied from interface:Aggregation设置 分组- Specified by:
groupBysin interfaceAggregation
-
aggs
-
getGroupBys
Description copied from interface:Aggregation获取 分组- Specified by:
getGroupBysin interfaceAggregation
-
getAggs
Description copied from interface:Aggregation获取 聚合列- Specified by:
getAggsin interfaceAggregation
-
clearGroupBys
Description copied from interface:Aggregation清除 所有分组- Specified by:
clearGroupBysin interfaceAggregation
-
clearAggs
Description copied from interface:Aggregation清除 所有聚合列- Specified by:
clearAggsin interfaceAggregation
-
groupBy
-
groupBy
-
agg
-