Class ColumnSchema (1.0.2)

Representation of a column within a schema. Columns could be nested inside other columns. .. attribute:: column

Required. Name of the column.

Optional. Description of the column. Default value is an empty string.

Optional. Schema of sub-columns. A column can have zero or more sub-columns.