class Aws::Glue::Types::DoubleColumnStatisticsData

Defines column statistics supported for floating-point number data columns.

@note When making an API call, you may pass DoubleColumnStatisticsData

data as a hash:

    {
      minimum_value: 1.0,
      maximum_value: 1.0,
      number_of_nulls: 1, # required
      number_of_distinct_values: 1, # required
    }

@!attribute [rw] minimum_value

The lowest value in the column.
@return [Float]

@!attribute [rw] maximum_value

The highest value in the column.
@return [Float]

@!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/DoubleColumnStatisticsData AWS API Documentation

Constants

SENSITIVE