public static interface StringColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<StringColumnStatisticsData.Builder,StringColumnStatisticsData>
| Modifier and Type | Method and Description |
|---|---|
StringColumnStatisticsData.Builder |
averageLength(Double averageLength)
The average string length in the column.
|
StringColumnStatisticsData.Builder |
maximumLength(Long maximumLength)
The size of the longest string in the column.
|
StringColumnStatisticsData.Builder |
numberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
StringColumnStatisticsData.Builder |
numberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStringColumnStatisticsData.Builder maximumLength(Long maximumLength)
The size of the longest string in the column.
maximumLength - The size of the longest string in the column.StringColumnStatisticsData.Builder averageLength(Double averageLength)
The average string length in the column.
averageLength - The average string length in the column.StringColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls - The number of null values in the column.StringColumnStatisticsData.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.