You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::BinaryColumnStatisticsData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BinaryColumnStatisticsData
- Defined in:
- (unknown)
Overview
Note:
When passing BinaryColumnStatisticsData as input to an Aws::Client method, you can use a vanilla Hash:
{
maximum_length: 1, # required
average_length: 1.0, # required
number_of_nulls: 1, # required
}
Defines column statistics supported for bit sequence data values.
Returned by:
Instance Attribute Summary collapse
-
#average_length ⇒ Float
The average bit sequence length in the column.
-
#maximum_length ⇒ Integer
The size of the longest bit sequence in the column.
-
#number_of_nulls ⇒ Integer
The number of null values in the column.
Instance Attribute Details
#average_length ⇒ Float
The average bit sequence length in the column.
#maximum_length ⇒ Integer
The size of the longest bit sequence in the column.
#number_of_nulls ⇒ Integer
The number of null values in the column.