Serializer
public struct Serializer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.
Declaration
Swift
public let orcSerDe: OrcSerDe?
-
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.
Declaration
Swift
public let parquetSerDe: ParquetSerDe?
-
Undocumented
Declaration
Swift
public init(orcSerDe: OrcSerDe? = nil, parquetSerDe: ParquetSerDe? = nil)
-
Declaration
Swift
public func validate(name: String) throws