public static interface BinaryColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<BinaryColumnStatisticsData.Builder,BinaryColumnStatisticsData>
| Modifier and Type | Method and Description |
|---|---|
BinaryColumnStatisticsData.Builder |
averageLength(Double averageLength)
The average bit sequence length in the column.
|
BinaryColumnStatisticsData.Builder |
maximumLength(Long maximumLength)
The size of the longest bit sequence in the column.
|
BinaryColumnStatisticsData.Builder |
numberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBinaryColumnStatisticsData.Builder maximumLength(Long maximumLength)
The size of the longest bit sequence in the column.
maximumLength - The size of the longest bit sequence in the column.BinaryColumnStatisticsData.Builder averageLength(Double averageLength)
The average bit sequence length in the column.
averageLength - The average bit sequence length in the column.BinaryColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls - The number of null values in the column.Copyright © 2023. All rights reserved.