public static interface Statistics.Builder extends SdkPojo, CopyableBuilder<Statistics.Builder,Statistics>
| Modifier and Type | Method and Description |
|---|---|
Statistics.Builder |
avg(Double avg)
For a numeric field, the average value in the field.
|
Statistics.Builder |
count(Integer count)
The number of values in the field.
|
Statistics.Builder |
countDistinct(Integer countDistinct)
The number of distinct values in the field.
|
Statistics.Builder |
countNan(Integer countNan)
The number of NAN (not a number) values in the field.
|
Statistics.Builder |
countNull(Integer countNull)
The number of null values in the field.
|
Statistics.Builder |
max(String max)
For a numeric field, the maximum value in the field.
|
Statistics.Builder |
min(String min)
For a numeric field, the minimum value in the field.
|
Statistics.Builder |
stddev(Double stddev)
For a numeric field, the standard deviation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatistics.Builder count(Integer count)
The number of values in the field.
count - The number of values in the field.Statistics.Builder countDistinct(Integer countDistinct)
The number of distinct values in the field.
countDistinct - The number of distinct values in the field.Statistics.Builder countNull(Integer countNull)
The number of null values in the field.
countNull - The number of null values in the field.Statistics.Builder countNan(Integer countNan)
The number of NAN (not a number) values in the field.
countNan - The number of NAN (not a number) values in the field.Statistics.Builder min(String min)
For a numeric field, the minimum value in the field.
min - For a numeric field, the minimum value in the field.Statistics.Builder max(String max)
For a numeric field, the maximum value in the field.
max - For a numeric field, the maximum value in the field.Statistics.Builder avg(Double avg)
For a numeric field, the average value in the field.
avg - For a numeric field, the average value in the field.Statistics.Builder stddev(Double stddev)
For a numeric field, the standard deviation.
stddev - For a numeric field, the standard deviation.Copyright © 2020. All rights reserved.