class Aws::Glue::Types::BinaryColumnStatisticsData


@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BinaryColumnStatisticsData AWS API Documentation
@return [Integer]
The number of null values in the column.
@!attribute [rw] number_of_nulls
@return [Float]
The average bit sequence length in the column.
@!attribute [rw] average_length
@return [Integer]
The size of the longest bit sequence in the column.
@!attribute [rw] maximum_length
Defines column statistics supported for bit sequence data values.