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