Class Column (0.8.0)

Column(name: "str", data_type: "str", nullable: "bool" = True)

Column(name: 'str', data_type: 'str', nullable: 'bool' = True)

Methods

__post_init__

__post_init__() -> None

Check if initialization parameters are valid.

Exceptions
Type Description
ValueError If Column name is not string.
ValueError If data_type is not type string.