Represents a column in a Delta table schema.
@type t() :: %DeltaQuery.Column{name: String.t(), type: String.t()}