CatalogTableStorageDescriptorColumn

data class CatalogTableStorageDescriptorColumn(val comment: String? = null, val name: String, val parameters: Map<String, String>? = null, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

Free-form text comment.

Link copied to clipboard

Name of the Column.

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

Key-value pairs defining properties associated with the column.

Link copied to clipboard
val type: String? = null

Datatype of data in the Column.