class Aws::Glue::Types::StringColumnStatisticsData
Defines column statistics supported for character sequence data values.
@note When making an API call, you may pass StringColumnStatisticsData
data as a hash: { maximum_length: 1, # required average_length: 1.0, # required number_of_nulls: 1, # required number_of_distinct_values: 1, # required }
@!attribute [rw] maximum_length
The size of the longest string in the column. @return [Integer]
@!attribute [rw] average_length
The average string length 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/StringColumnStatisticsData AWS API Documentation
Constants
- SENSITIVE