Class ColumnSchema (0.7.0)

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

Required. Type of the column.

Optional. A column’s mode indicates whether the values in this column are required, nullable, etc. Only NULLABLE, REQUIRED and REPEATED are supported. Default mode is NULLABLE.