public class DistinctCountAggregation extends Object implements Aggregation
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DistinctCountAggregation.Builder |
| 构造器和说明 |
|---|
DistinctCountAggregation() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
String |
getFieldName() |
ColumnValue |
getMissing() |
static DistinctCountAggregation.Builder |
newBuilder() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
serialize() |
DistinctCountAggregation |
setAggName(String aggName) |
DistinctCountAggregation |
setFieldName(String fieldName) |
DistinctCountAggregation |
setMissing(ColumnValue missing) |
public static DistinctCountAggregation.Builder newBuilder()
public String getAggName()
getAggName 在接口中 Aggregationpublic AggregationType getAggType()
getAggType 在接口中 Aggregationpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString serialize()
serialize 在接口中 Aggregationpublic String getFieldName()
public ColumnValue getMissing()
public DistinctCountAggregation setAggName(String aggName)
public DistinctCountAggregation setFieldName(String fieldName)
public DistinctCountAggregation setMissing(ColumnValue missing)
Copyright © 2025. All Rights Reserved.