public class AvgAggregationResult extends Object implements AggregationResult
AvgAggregation| 构造器和说明 |
|---|
AvgAggregationResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
double |
getValue() |
AvgAggregationResult |
setAggName(String aggName) |
AvgAggregationResult |
setValue(double value) |
public String getAggName()
getAggName 在接口中 AggregationResultpublic AggregationType getAggType()
getAggType 在接口中 AggregationResultpublic double getValue()
public AvgAggregationResult setValue(double value)
public AvgAggregationResult setAggName(String aggName)
Copyright © 2025. All Rights Reserved.