AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
ColumnStatisticsType
Column
Statistics
Type
sealed
class
ColumnStatisticsType
Inheritors
Binary
Boolean
Date
Decimal
Double
Long
String
SdkUnknown
Members
Types
Binary
Link copied to clipboard
object
Binary
:
ColumnStatisticsType
Boolean
Link copied to clipboard
object
Boolean
:
ColumnStatisticsType
Companion
Link copied to clipboard
object
Companion
Date
Link copied to clipboard
object
Date
:
ColumnStatisticsType
Decimal
Link copied to clipboard
object
Decimal
:
ColumnStatisticsType
Double
Link copied to clipboard
object
Double
:
ColumnStatisticsType
Long
Link copied to clipboard
object
Long
:
ColumnStatisticsType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ColumnStatisticsType
String
Link copied to clipboard
object
String
:
ColumnStatisticsType
Properties
value
Link copied to clipboard
abstract
val
value
:
String