TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo

data class TableExternalCatalogTableOptionsStorageDescriptorSerdeInfo(val name: String? = null, val parameters: Map<String, String>? = null, val serializationLibrary: String)

Constructors

constructor(name: String? = null, parameters: Map<String, String>? = null, serializationLibrary: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the SerDe. The maximum length is 256 characters.

Link copied to clipboard
val parameters: Map<String, String>? = null

Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

Link copied to clipboard

Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.