

# LongColumnStatisticsData
<a name="API_LongColumnStatisticsData"></a>

Defines column statistics supported for integer data columns.

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

 ** NumberOfDistinctValues **   <a name="Glue-Type-LongColumnStatisticsData-NumberOfDistinctValues"></a>
The number of distinct values in a column.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: Yes

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

 ** MaximumValue **   <a name="Glue-Type-LongColumnStatisticsData-MaximumValue"></a>
The highest value in the column.  
Type: Long  
Required: No

 ** MinimumValue **   <a name="Glue-Type-LongColumnStatisticsData-MinimumValue"></a>
The lowest value in the column.  
Type: Long  
Required: No

## See Also
<a name="API_LongColumnStatisticsData_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/LongColumnStatisticsData) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/LongColumnStatisticsData) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/LongColumnStatisticsData) 