public static interface DateColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<DateColumnStatisticsData.Builder,DateColumnStatisticsData>
| Modifier and Type | Method and Description |
|---|---|
DateColumnStatisticsData.Builder |
maximumValue(Instant maximumValue)
The highest value in the column.
|
DateColumnStatisticsData.Builder |
minimumValue(Instant minimumValue)
The lowest value in the column.
|
DateColumnStatisticsData.Builder |
numberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
DateColumnStatisticsData.Builder |
numberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateColumnStatisticsData.Builder minimumValue(Instant minimumValue)
The lowest value in the column.
minimumValue - The lowest value in the column.DateColumnStatisticsData.Builder maximumValue(Instant maximumValue)
The highest value in the column.
maximumValue - The highest value in the column.DateColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls - The number of null values in the column.DateColumnStatisticsData.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.