class Aws::Glue::Types::BinaryColumnStatisticsData
Defines column statistics supported for bit sequence data values.
@note When making an API call, you may pass BinaryColumnStatisticsData
data as a hash: { maximum_length: 1, # required average_length: 1.0, # required number_of_nulls: 1, # required }
@!attribute [rw] maximum_length
The size of the longest bit sequence in the column. @return [Integer]
@!attribute [rw] average_length
The average bit sequence length in the column. @return [Float]
@!attribute [rw] number_of_nulls
The number of null values in the column. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BinaryColumnStatisticsData AWS API Documentation
Constants
- SENSITIVE