DecimalColumnStatisticsData - AWS Glue

DecimalColumnStatisticsData

Defines column statistics supported for fixed-point number data columns.

Contents

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

MaximumValue

The highest value in the column.

Type: DecimalNumber object

Required: No

MinimumValue

The lowest value in the column.

Type: DecimalNumber object

Required: No

See Also

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