GetCatalogTableStorageDescriptorColumn

data class GetCatalogTableStorageDescriptorColumn(val comment: String, val name: String, val parameters: Map<String, String>, val type: String)

Constructors

Link copied to clipboard
constructor(comment: String, name: String, parameters: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Free-form text comment.

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

Datatype of data in the Column.