StringColumnStatisticsData - AWS Glue

StringColumnStatisticsData

Defines column statistics supported for character sequence data values.

Contents

AverageLength

The average string length in the column.

Type: Double

Valid Range: Minimum value of 0.0.

Required: Yes

MaximumLength

The size of the longest string in the column.

Type: Long

Valid Range: Minimum value of 0.

Required: Yes

NumberOfDistinctValues

The number of distinct values in a column.

Type: Long

Valid Range: Minimum value of 0.

Required: Yes

NumberOfNulls

The number of null values in the column.

Type: Long

Valid Range: Minimum value of 0.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: