View a markdown version of this page

ðŸ“Ē āđāļˆāđ‰āļ‡āđ€āļ•āļ·āļ­āļ™: glue/latest/webapi/API LongColumnStatisticsData.html - āļ›āļĢāļ°āđ€āļ”āđ‡āļ™āļĢāđ‰āļ­āļ™

LongColumnStatisticsData

Defines column statistics supported for integer 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: Long

Required: No

MinimumValue

The lowest value in the column.

Type: Long

Required: No

See Also

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