BooleanColumnStatisticsData
Defines column statistics supported for Boolean data columns.
Contents
- NumberOfFalses
-
The number of false values in the column.
Type: Long
Valid Range: Minimum value of 0.
Required: Yes
- NumberOfNulls
-
The number of null values in the column.
Type: Long
Valid Range: Minimum value of 0.
Required: Yes
- NumberOfTrues
-
The number of true values in the column.
Type: Long
Valid Range: Minimum value of 0.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: