public static interface DecimalColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<DecimalColumnStatisticsData.Builder,DecimalColumnStatisticsData>
| Modifier and Type | Method and Description |
|---|---|
default DecimalColumnStatisticsData.Builder |
maximumValue(Consumer<DecimalNumber.Builder> maximumValue)
The highest value in the column.
|
DecimalColumnStatisticsData.Builder |
maximumValue(DecimalNumber maximumValue)
The highest value in the column.
|
default DecimalColumnStatisticsData.Builder |
minimumValue(Consumer<DecimalNumber.Builder> minimumValue)
The lowest value in the column.
|
DecimalColumnStatisticsData.Builder |
minimumValue(DecimalNumber minimumValue)
The lowest value in the column.
|
DecimalColumnStatisticsData.Builder |
numberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
DecimalColumnStatisticsData.Builder |
numberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDecimalColumnStatisticsData.Builder minimumValue(DecimalNumber minimumValue)
The lowest value in the column.
minimumValue - The lowest value in the column.default DecimalColumnStatisticsData.Builder minimumValue(Consumer<DecimalNumber.Builder> minimumValue)
The lowest value in the column.
This is a convenience method that creates an instance of theDecimalNumber.Builder avoiding the need
to create one manually via DecimalNumber.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to minimumValue(DecimalNumber).
minimumValue - a consumer that will call methods on DecimalNumber.BuilderminimumValue(DecimalNumber)DecimalColumnStatisticsData.Builder maximumValue(DecimalNumber maximumValue)
The highest value in the column.
maximumValue - The highest value in the column.default DecimalColumnStatisticsData.Builder maximumValue(Consumer<DecimalNumber.Builder> maximumValue)
The highest value in the column.
This is a convenience method that creates an instance of theDecimalNumber.Builder avoiding the need
to create one manually via DecimalNumber.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to maximumValue(DecimalNumber).
maximumValue - a consumer that will call methods on DecimalNumber.BuildermaximumValue(DecimalNumber)DecimalColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls - The number of null values in the column.DecimalColumnStatisticsData.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.