Class AggregationLike<AL extends AggregationLike<AL>>
java.lang.Object
cool.scx.data.aggregation.AggregationLike<AL>
- Type Parameters:
AL- AL
- All Implemented Interfaces:
Aggregation
public abstract class AggregationLike<AL extends AggregationLike<AL>>
extends Object
implements Aggregation
AggregationLike
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription追加 聚合设置 聚合列清除 所有聚合列清除 所有分组Agg[]getAggs()获取 聚合列GroupBy[]获取 分组追加 分组追加 分组设置 分组protected abstract AggregationImpl
-
Constructor Details
-
AggregationLike
public AggregationLike()
-
-
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
-
toAggregation
-