public static interface DoubleColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<DoubleColumnStatisticsData.Builder,DoubleColumnStatisticsData>
| Modifier and Type | Method and Description |
|---|---|
DoubleColumnStatisticsData.Builder |
maximumValue(Double maximumValue)
The highest value in the column.
|
DoubleColumnStatisticsData.Builder |
minimumValue(Double minimumValue)
The lowest value in the column.
|
DoubleColumnStatisticsData.Builder |
numberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
DoubleColumnStatisticsData.Builder |
numberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDoubleColumnStatisticsData.Builder minimumValue(Double minimumValue)
The lowest value in the column.
minimumValue - The lowest value in the column.DoubleColumnStatisticsData.Builder maximumValue(Double maximumValue)
The highest value in the column.
maximumValue - The highest value in the column.DoubleColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls - The number of null values in the column.DoubleColumnStatisticsData.Builder numberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
numberOfDistinctValues - The number of distinct values in a column.Copyright © 2023. All rights reserved.