GetCatalogTableStorageDescriptorSerDeInfo

data class GetCatalogTableStorageDescriptorSerDeInfo(val name: String, val parameters: Map<String, String>, val serializationLibrary: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the table.

Link copied to clipboard

Map of initialization parameters for the SerDe, in key-value form.

Link copied to clipboard

Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.