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