class Aws::Glue::Types::LongColumnStatisticsData
Defines column statistics supported for integer data columns.
@note When making an API call, you may pass LongColumnStatisticsData
data as a hash: { minimum_value: 1, maximum_value: 1, number_of_nulls: 1, # required number_of_distinct_values: 1, # required }
@!attribute [rw] minimum_value
The lowest value in the column. @return [Integer]
@!attribute [rw] maximum_value
The highest value in the column. @return [Integer]
@!attribute [rw] number_of_nulls
The number of null values in the column. @return [Integer]
@!attribute [rw] number_of_distinct_values
The number of distinct values in a column. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/LongColumnStatisticsData AWS API Documentation
Constants
- SENSITIVE