Class Column (0.9.0)

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

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

Methods

__post_init__

__post_init__()

Check if initialization parameters are valid.

Exceptions
Type Description
ValueError Raises error if Column name is not string.
ValueError Raises error if data_type is not type string.