public class TopRowsAggregationResult extends Object implements AggregationResult
TopRowsAggregation| Constructor and Description |
|---|
TopRowsAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
List<Row> |
getRows() |
TopRowsAggregationResult |
setAggName(String aggName) |
TopRowsAggregationResult |
setRows(List<Row> rows) |
public String getAggName()
getAggName in interface AggregationResultpublic AggregationType getAggType()
getAggType in interface AggregationResultpublic TopRowsAggregationResult setAggName(String aggName)
public TopRowsAggregationResult setRows(List<Row> rows)
Copyright © 2024. All Rights Reserved.