ColumnStatistics
public struct ColumnStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The analyzed time of the column statistics.
Declaration
Swift
public let analyzedTime: TimeStamp
-
The name of the column.
Declaration
Swift
public let columnName: String
-
The type of the column.
Declaration
Swift
public let columnType: String
-
The statistics of the column.
Declaration
Swift
public let statisticsData: ColumnStatisticsData
-
Undocumented
Declaration
Swift
public init(analyzedTime: TimeStamp, columnName: String, columnType: String, statisticsData: ColumnStatisticsData)
-
Declaration
Swift
public func validate(name: String) throws