public class TopRowsAggregation extends Object implements Aggregation
限定符和类型 | 类和说明 |
---|---|
static class |
TopRowsAggregation.Builder |
构造器和说明 |
---|
TopRowsAggregation() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAggName() |
AggregationType |
getAggType() |
Integer |
getLimit() |
Sort |
getSort() |
static TopRowsAggregation.Builder |
newBuilder() |
com.google.protobuf.ByteString |
serialize() |
TopRowsAggregation |
setAggName(String aggName) |
TopRowsAggregation |
setLimit(Integer limit) |
TopRowsAggregation |
setSort(Sort sort) |
public static TopRowsAggregation.Builder newBuilder()
public String getAggName()
getAggName
在接口中 Aggregation
public AggregationType getAggType()
getAggType
在接口中 Aggregation
public com.google.protobuf.ByteString serialize()
serialize
在接口中 Aggregation
public TopRowsAggregation setAggName(String aggName)
public Integer getLimit()
public TopRowsAggregation setLimit(Integer limit)
public Sort getSort()
public TopRowsAggregation setSort(Sort sort)
Copyright © 2021. All Rights Reserved.