public class DistinctCountAggregation extends Object implements Aggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
DistinctCountAggregation.Builder |
| Constructor and Description |
|---|
DistinctCountAggregation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggName() |
AggregationType |
getAggType() |
String |
getFieldName() |
ColumnValue |
getMissing() |
static DistinctCountAggregation.Builder |
newBuilder() |
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 in interface Aggregationpublic AggregationType getAggType()
getAggType in interface Aggregationpublic com.google.protobuf.ByteString serialize()
serialize in interface Aggregationpublic String getFieldName()
public ColumnValue getMissing()
public DistinctCountAggregation setAggName(String aggName)
public DistinctCountAggregation setFieldName(String fieldName)
public DistinctCountAggregation setMissing(ColumnValue missing)
Copyright © 2024. All Rights Reserved.