parse_enum_attributes

Function parse_enum_attributes 

pub fn parse_enum_attributes(
    udt_name: Option<&str>,
    ctype: ColumnType,
    enums: &HashMap<String, Vec<String>>,
) -> ColumnType