public static interface BooleanColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<BooleanColumnStatisticsData.Builder,BooleanColumnStatisticsData>
| Modifier and Type | Method and Description |
|---|---|
BooleanColumnStatisticsData.Builder |
numberOfFalses(Long numberOfFalses)
The number of false values in the column.
|
BooleanColumnStatisticsData.Builder |
numberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
BooleanColumnStatisticsData.Builder |
numberOfTrues(Long numberOfTrues)
The number of true values in the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBooleanColumnStatisticsData.Builder numberOfTrues(Long numberOfTrues)
The number of true values in the column.
numberOfTrues - The number of true values in the column.BooleanColumnStatisticsData.Builder numberOfFalses(Long numberOfFalses)
The number of false values in the column.
numberOfFalses - The number of false values in the column.BooleanColumnStatisticsData.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.