public class AvgAggregationResult extends Object implements AggregationResult
AvgAggregation的结果| Constructor and Description |
|---|
AvgAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
double |
getValue() |
AvgAggregationResult |
setAggName(String aggName) |
AvgAggregationResult |
setValue(double value) |
public String getAggName()
getAggName in interface AggregationResultpublic AggregationType getAggType()
getAggType in interface AggregationResultpublic double getValue()
public AvgAggregationResult setValue(double value)
public AvgAggregationResult setAggName(String aggName)
Copyright © 2024. All Rights Reserved.