DateColumnStatisticsData - AWS Glue

DateColumnStatisticsData

Defines column statistics supported for timestamp 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: Timestamp

Required: No

MinimumValue

The lowest value in the column.

Type: Timestamp

Required: No

See Also

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