Enum Class的使用
org.anyline.entity.Aggregation
使用Aggregation的程序包
-
org.anyline.entity中Aggregation的使用
修饰符和类型方法说明AggregationConfig.getAggregation()static AggregationReturns the enum constant of this class with the specified name.static Aggregation[]Aggregation.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为Aggregation的org.anyline.entity中的方法修饰符和类型方法说明DataSet.agg(Aggregation agg, int scale, int round, String key) 聚合计算DataSet.agg(Aggregation agg, String key) DataSet.agg(Aggregation agg, String result, String items, int scale, int round, String field, String... conditions) DataSet.agg(Aggregation agg, String result, String items, int scale, int round, String field, Compare compare, String... conditions) DataSet.group(String items, String field, String factor, Aggregation agg, int scale, int round, String... keys) 分组聚合DataSet.group(String factor, Aggregation agg, String... keys) DataSet.group(Aggregation agg, String... keys) voidAggregationConfig.setAggregation(Aggregation aggregation)