Module type_alias

Source

Structsยง

TypeAliasTransformRule ๐Ÿ”’
SQL data type alias transformer:

Functionsยง

get_data_type_by_alias_name ๐Ÿ”’
Get the mapped data type from alias name. It only supports the following types of alias:
get_type_by_alias ๐Ÿ”’
Get data type from alias type. Returns the mapped data type if the input data type is an alias that we need to replace.
replace_type_alias ๐Ÿ”’