

# BooleanColumnStatisticsData
<a name="API_BooleanColumnStatisticsData"></a>

Defines column statistics supported for Boolean data columns.

## Contents
<a name="API_BooleanColumnStatisticsData_Contents"></a>

 ** NumberOfFalses **   <a name="Glue-Type-BooleanColumnStatisticsData-NumberOfFalses"></a>
The number of false values in the column.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: Yes

 ** NumberOfNulls **   <a name="Glue-Type-BooleanColumnStatisticsData-NumberOfNulls"></a>
The number of null values in the column.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: Yes

 ** NumberOfTrues **   <a name="Glue-Type-BooleanColumnStatisticsData-NumberOfTrues"></a>
The number of true values in the column.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: Yes

## See Also
<a name="API_BooleanColumnStatisticsData_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/glue-2017-03-31/BooleanColumnStatisticsData) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/BooleanColumnStatisticsData) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/BooleanColumnStatisticsData) 